Html Css Color HEX #BD8E7C Brandy Rose

📋 copy color: '#BD8E7C'

red 189 ◦ green 142 ◦ blue 124

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

Shades of Brandy Rose #BD8E7C

Tints of Brandy Rose #BD8E7C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.21%

 BLUE value IS 124 (48.83% from 255) = 27.25%

R = 41.54%
G = 31.21%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD8E7C (or 0xBD8E7C) is known color: Brandy Rose. HEX triplet: BD, 8E and 7C. RGB value is (189,142,124). Sum of RGB (Red+Green+Blue) = 189+142+124=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E7C is #427183. Grayscale: #9A9A9A. Windows color (decimal): -4354436 or 8163005. OLE color: 8163005.

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

Color convert

RGB 189 142 124 -
CMYK 0 0.25 0.34 0.26
HSL 16.62º 0.33% 0.61% -
HSV(B) 16.62º 0.34% 0.74% -
XYZ 34.3 31.62 23.36 -
YUV 154 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 189 142 124 0 0.25 0.34 0.26 16.62 0.33 0.61
Hex BD 8E 7C 0 19 22 1A 11 21 3D
Octal 275 216 174 0 31 42 32 21 41 75
Binary 10111101 10001110 1111100 0 11001 100010 11010 10001 100001 111101

Color Harmonies of #BD8E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E7C

Black with #BD8E7C

Text Example


Text Example

White with #BD8E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E7C; }

 p { color: rgb(189,142,124); }

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

background-color css

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

 a { background-color: rgb(189,142,124); }

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

border-color css

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

 span { border-color: rgb(189,142,124); }

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