Html Css Color HEX #BC8176 Brandy Rose

📋 copy color: '#BC8176'

red 188 ◦ green 129 ◦ blue 118

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

Shades of Brandy Rose #BC8176

Tints of Brandy Rose #BC8176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.13%

R = 43.22%
G = 29.66%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC8176 (or 0xBC8176) is known color: Brandy Rose. HEX triplet: BC, 81 and 76. RGB value is (188,129,118). Sum of RGB (Red+Green+Blue) = 188+129+118=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8176 is #437E89. Grayscale: #919191. Windows color (decimal): -4423306 or 7766460. OLE color: 7766460.

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

Color convert

RGB 188 129 118 -
CMYK 0 0.31 0.37 0.26
HSL 9.43º 0.34% 0.6% -
HSV(B) 9.43º 0.37% 0.74% -
XYZ 31.86 27.7 20.81 -
YUV 145.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 188 129 118 0 0.31 0.37 0.26 9.43 0.34 0.6
Hex BC 81 76 0 1F 25 1A 9 22 3C
Octal 274 201 166 0 37 45 32 11 42 74
Binary 10111100 10000001 1110110 0 11111 100101 11010 1001 100010 111100

Color Harmonies of #BC8176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8176

Black with #BC8176

Text Example


Text Example

White with #BC8176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8176; }

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

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

background-color css

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

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

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

border-color css

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

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

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