Html Css Color HEX #BD8C7D Brandy Rose

📋 copy color: '#BD8C7D'

red 189 ◦ green 140 ◦ blue 125

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

Shades of Brandy Rose #BD8C7D

Tints of Brandy Rose #BD8C7D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.84%

 BLUE value IS 125 (49.22% from 255) = 27.53%

R = 41.63%
G = 30.84%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD8C7D (or 0xBD8C7D) is known color: Brandy Rose. HEX triplet: BD, 8C and 7D. RGB value is (189,140,125). Sum of RGB (Red+Green+Blue) = 189+140+125=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8C7D is #427382. Grayscale: #999999. Windows color (decimal): -4354947 or 8228029. OLE color: 8228029.

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

Color convert

RGB 189 140 125 -
CMYK 0 0.26 0.34 0.26
HSL 14.06º 0.33% 0.62% -
HSV(B) 14.06º 0.34% 0.74% -
XYZ 34.07 31.06 23.6 -
YUV 152.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 189 140 125 0 0.26 0.34 0.26 14.06 0.33 0.62
Hex BD 8C 7D 0 1A 22 1A E 21 3E
Octal 275 214 175 0 32 42 32 16 41 76
Binary 10111101 10001100 1111101 0 11010 100010 11010 1110 100001 111110

Color Harmonies of #BD8C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C7D

Black with #BD8C7D

Text Example


Text Example

White with #BD8C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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