Html Css Color HEX #BD8975 Brandy Rose

📋 copy color: '#BD8975'

red 189 ◦ green 137 ◦ blue 117

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

Shades of Brandy Rose #BD8975

Tints of Brandy Rose #BD8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.93%

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

R = 42.66%
G = 30.93%
B = 26.41%

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

#BD8975 (or 0xBD8975) is known color: Brandy Rose. HEX triplet: BD, 89 and 75. RGB value is (189,137,117). Sum of RGB (Red+Green+Blue) = 189+137+117=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8975 is #42768A. Grayscale: #969696. Windows color (decimal): -4355723 or 7702973. OLE color: 7702973.

HSL color Cylindrical-coordinate representation of color #BD8975: hue angle of 16.67º 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 #BD8975 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 137 117 -
CMYK 0 0.28 0.38 0.26
HSL 16.67º 0.35% 0.6% -
HSV(B) 16.67º 0.38% 0.74% -
XYZ 33.14 29.99 20.87 -
YUV 150.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 189 137 117 0 0.28 0.38 0.26 16.67 0.35 0.6
Hex BD 89 75 0 1C 26 1A 11 23 3C
Octal 275 211 165 0 34 46 32 21 43 74
Binary 10111101 10001001 1110101 0 11100 100110 11010 10001 100011 111100

Color Harmonies of #BD8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8975

Black with #BD8975

Text Example


Text Example

White with #BD8975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8975; }

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

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

background-color css

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

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

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

border-color css

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

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

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