Html Css Color HEX #BD8170 Brandy Rose

📋 copy color: '#BD8170'

red 189 ◦ green 129 ◦ blue 112

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

Shades of Brandy Rose #BD8170

Tints of Brandy Rose #BD8170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30%

 BLUE value IS 112 (44.14% from 255) = 26.05%

R = 43.95%
G = 30%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD8170 (or 0xBD8170) is known color: Brandy Rose. HEX triplet: BD, 81 and 70. RGB value is (189,129,112). Sum of RGB (Red+Green+Blue) = 189+129+112=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8170 is #427E8F. Grayscale: #919191. Windows color (decimal): -4357776 or 7373245. OLE color: 7373245.

HSL color Cylindrical-coordinate representation of color #BD8170: hue angle of 13.25º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD8170 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 129 112 -
CMYK 0 0.32 0.41 0.26
HSL 13.25º 0.37% 0.59% -
HSV(B) 13.25º 0.41% 0.74% -
XYZ 31.76 27.69 19 -
YUV 145 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 189 129 112 0 0.32 0.41 0.26 13.25 0.37 0.59
Hex BD 81 70 0 20 29 1A D 25 3B
Octal 275 201 160 0 40 51 32 15 45 73
Binary 10111101 10000001 1110000 0 100000 101001 11010 1101 100101 111011

Color Harmonies of #BD8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8170

Black with #BD8170

Text Example


Text Example

White with #BD8170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8170; }

 p { color: rgb(189,129,112); }

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

background-color css

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

 a { background-color: rgb(189,129,112); }

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

border-color css

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

 span { border-color: rgb(189,129,112); }

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