Html Css Color HEX #BD725C Japonica

📋 copy color: '#BD725C'

red 189 ◦ green 114 ◦ blue 92

#BD725C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #BD725C

Tints of Japonica #BD725C

RGB

 RED value IS 189 (74.22% from 255) = 47.85%

 GREEN value IS 114 (44.92% from 255) = 28.86%

 BLUE value IS 92 (36.33% from 255) = 23.29%

R = 47.85%
G = 28.86%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD725C (or 0xBD725C) is known color: Japonica. HEX triplet: BD, 72 and 5C. RGB value is (189,114,92). Sum of RGB (Red+Green+Blue) = 189+114+92=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD725C is #428DA3. Grayscale: #868686. Windows color (decimal): -4361636 or 6058685. OLE color: 6058685.

HSL color Cylindrical-coordinate representation of color #BD725C: hue angle of 13.61º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD725C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 114 92 -
CMYK 0 0.40 0.51 0.26
HSL 13.61º 0.42% 0.55% -
HSV(B) 13.61º 0.51% 0.74% -
XYZ 28.94 23.63 13.16 -
YUV 133.92 104.35 167.29 -
System Red Green Blue C M Y K H S L
Decimal 189 114 92 0 0.40 0.51 0.26 13.61 0.42 0.55
Hex BD 72 5C 0 28 33 1A E 2A 37
Octal 275 162 134 0 50 63 32 16 52 67
Binary 10111101 1110010 1011100 0 101000 110011 11010 1110 101010 110111

Color Harmonies of #BD725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD725C

Black with #BD725C

Text Example


Text Example

White with #BD725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD725C; }

 p { color: rgb(189,114,92); }

 H1.HeaderClassName
 {
   color: #BD725C;
 }
 .AnyTagClassName
 {
   color: #BD725C;
 }
</style>

background-color css

<style>
 a { background-color: #BD725C; }

 a { background-color: rgb(189,114,92); }

 div.DivClassName
 {
   background-color: #BD725C;
 }
 .BgClassName
 {
   background-color: #BD725C;
 }
</style>

border-color css

<style>
 span { border-color: #BD725C; }

 span { border-color: rgb(189,114,92); }

 td.TdClassName
 {
   border-color: #BD725C;
 }
 .TagClassName
 {
   border-color: #BD725C;
 }
</style>