Html Css Color HEX #BD7D72 Brandy Rose

📋 copy color: '#BD7D72'

red 189 ◦ green 125 ◦ blue 114

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

Shades of Brandy Rose #BD7D72

Tints of Brandy Rose #BD7D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.21%

 BLUE value IS 114 (44.92% from 255) = 26.64%

R = 44.16%
G = 29.21%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD7D72 (or 0xBD7D72) is known color: Brandy Rose. HEX triplet: BD, 7D and 72. RGB value is (189,125,114). Sum of RGB (Red+Green+Blue) = 189+125+114=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7D72 is #42828D. Grayscale: #8E8E8E. Windows color (decimal): -4358798 or 7503293. OLE color: 7503293.

HSL color Cylindrical-coordinate representation of color #BD7D72: hue angle of 8.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7D72 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 125 114 -
CMYK 0 0.34 0.40 0.26
HSL 8.8º 0.36% 0.59% -
HSV(B) 8.8º 0.4% 0.74% -
XYZ 31.36 26.7 19.42 -
YUV 142.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 189 125 114 0 0.34 0.40 0.26 8.8 0.36 0.59
Hex BD 7D 72 0 22 28 1A 9 24 3B
Octal 275 175 162 0 42 50 32 11 44 73
Binary 10111101 1111101 1110010 0 100010 101000 11010 1001 100100 111011

Color Harmonies of #BD7D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D72

Black with #BD7D72

Text Example


Text Example

White with #BD7D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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