Html Css Color HEX #BC8977 Brandy Rose

📋 copy color: '#BC8977'

red 188 ◦ green 137 ◦ blue 119

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

Shades of Brandy Rose #BC8977

Tints of Brandy Rose #BC8977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.86%

 BLUE value IS 119 (46.88% from 255) = 26.8%

R = 42.34%
G = 30.86%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC8977 (or 0xBC8977) is known color: Brandy Rose. HEX triplet: BC, 89 and 77. RGB value is (188,137,119). Sum of RGB (Red+Green+Blue) = 188+137+119=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8977 is #437688. Grayscale: #969696. Windows color (decimal): -4421257 or 7834044. OLE color: 7834044.

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

Color convert

RGB 188 137 119 -
CMYK 0 0.27 0.37 0.26
HSL 15.65º 0.34% 0.6% -
HSV(B) 15.65º 0.37% 0.74% -
XYZ 33.01 29.91 21.49 -
YUV 150.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 188 137 119 0 0.27 0.37 0.26 15.65 0.34 0.6
Hex BC 89 77 0 1B 25 1A 10 22 3C
Octal 274 211 167 0 33 45 32 20 42 74
Binary 10111100 10001001 1110111 0 11011 100101 11010 10000 100010 111100

Color Harmonies of #BC8977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8977

Black with #BC8977

Text Example


Text Example

White with #BC8977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8977; }

 p { color: rgb(188,137,119); }

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

background-color css

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

 a { background-color: rgb(188,137,119); }

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

border-color css

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

 span { border-color: rgb(188,137,119); }

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