Html Css Color HEX #BC8178 Brandy Rose

📋 copy color: '#BC8178'

red 188 ◦ green 129 ◦ blue 120

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

Shades of Brandy Rose #BC8178

Tints of Brandy Rose #BC8178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.46%

R = 43.02%
G = 29.52%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC8178 (or 0xBC8178) is known color: Brandy Rose. HEX triplet: BC, 81 and 78. RGB value is (188,129,120). Sum of RGB (Red+Green+Blue) = 188+129+120=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8178 is #437E87. Grayscale: #919191. Windows color (decimal): -4423304 or 7897532. OLE color: 7897532.

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

Color convert

RGB 188 129 120 -
CMYK 0 0.31 0.36 0.26
HSL 7.94º 0.34% 0.6% -
HSV(B) 7.94º 0.36% 0.74% -
XYZ 31.98 27.75 21.44 -
YUV 145.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 188 129 120 0 0.31 0.36 0.26 7.94 0.34 0.6
Hex BC 81 78 0 1F 24 1A 8 22 3C
Octal 274 201 170 0 37 44 32 10 42 74
Binary 10111100 10000001 1111000 0 11111 100100 11010 1000 100010 111100

Color Harmonies of #BC8178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8178

Black with #BC8178

Text Example


Text Example

White with #BC8178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8178; }

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

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

background-color css

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

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

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

border-color css

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

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

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