Html Css Color HEX #BC8171 Brandy Rose

📋 copy color: '#BC8171'

red 188 ◦ green 129 ◦ blue 113

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

Shades of Brandy Rose #BC8171

Tints of Brandy Rose #BC8171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.28%

R = 43.72%
G = 30%
B = 26.28%

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

#BC8171 (or 0xBC8171) is known color: Brandy Rose. HEX triplet: BC, 81 and 71. RGB value is (188,129,113). Sum of RGB (Red+Green+Blue) = 188+129+113=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8171 is #437E8E. Grayscale: #909090. Windows color (decimal): -4423311 or 7438780. OLE color: 7438780.

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

Color convert

RGB 188 129 113 -
CMYK 0 0.31 0.40 0.26
HSL 12.8º 0.36% 0.59% -
HSV(B) 12.8º 0.4% 0.74% -
XYZ 31.57 27.58 19.28 -
YUV 144.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 188 129 113 0 0.31 0.40 0.26 12.8 0.36 0.59
Hex BC 81 71 0 1F 28 1A D 24 3B
Octal 274 201 161 0 37 50 32 15 44 73
Binary 10111100 10000001 1110001 0 11111 101000 11010 1101 100100 111011

Color Harmonies of #BC8171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8171

Black with #BC8171

Text Example


Text Example

White with #BC8171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8171; }

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

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

background-color css

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

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

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

border-color css

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

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

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