Html Css Color HEX #BD8875 Brandy Rose

📋 copy color: '#BD8875'

red 189 ◦ green 136 ◦ blue 117

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

Shades of Brandy Rose #BD8875

Tints of Brandy Rose #BD8875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.77%

 BLUE value IS 117 (46.09% from 255) = 26.47%

R = 42.76%
G = 30.77%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD8875 (or 0xBD8875) is known color: Brandy Rose. HEX triplet: BD, 88 and 75. RGB value is (189,136,117). Sum of RGB (Red+Green+Blue) = 189+136+117=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8875 is #42778A. Grayscale: #959595. Windows color (decimal): -4355979 or 7702717. OLE color: 7702717.

HSL color Cylindrical-coordinate representation of color #BD8875: hue angle of 15.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8875 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 136 117 -
CMYK 0 0.28 0.38 0.26
HSL 15.83º 0.35% 0.6% -
HSV(B) 15.83º 0.38% 0.74% -
XYZ 33 29.71 20.83 -
YUV 149.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 189 136 117 0 0.28 0.38 0.26 15.83 0.35 0.6
Hex BD 88 75 0 1C 26 1A 10 23 3C
Octal 275 210 165 0 34 46 32 20 43 74
Binary 10111101 10001000 1110101 0 11100 100110 11010 10000 100011 111100

Color Harmonies of #BD8875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8875

Black with #BD8875

Text Example


Text Example

White with #BD8875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8875; }

 p { color: rgb(189,136,117); }

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

background-color css

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

 a { background-color: rgb(189,136,117); }

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

border-color css

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

 span { border-color: rgb(189,136,117); }

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