Html Css Color HEX #BC8170 Brandy Rose

📋 copy color: '#BC8170'

red 188 ◦ green 129 ◦ blue 112

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

Shades of Brandy Rose #BC8170

Tints of Brandy Rose #BC8170

RGB

 RED value IS 188 (73.83% from 255) = 43.82%

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

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

R = 43.82%
G = 30.07%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC8170 (or 0xBC8170) is known color: Brandy Rose. HEX triplet: BC, 81 and 70. RGB value is (188,129,112). Sum of RGB (Red+Green+Blue) = 188+129+112=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8170 is #437E8F. Grayscale: #909090. Windows color (decimal): -4423312 or 7373244. OLE color: 7373244.

HSL color Cylindrical-coordinate representation of color #BC8170: hue angle of 13.42º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8170 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 129 112 -
CMYK 0 0.31 0.40 0.26
HSL 13.42º 0.36% 0.59% -
HSV(B) 13.42º 0.4% 0.74% -
XYZ 31.51 27.56 18.99 -
YUV 144.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 188 129 112 0 0.31 0.40 0.26 13.42 0.36 0.59
Hex BC 81 70 0 1F 28 1A D 24 3B
Octal 274 201 160 0 37 50 32 15 44 73
Binary 10111100 10000001 1110000 0 11111 101000 11010 1101 100100 111011

Color Harmonies of #BC8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8170

Black with #BC8170

Text Example


Text Example

White with #BC8170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8170; }

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

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

background-color css

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

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

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

border-color css

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

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

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