Html Css Color HEX #BC8077 Brandy Rose

📋 copy color: '#BC8077'

red 188 ◦ green 128 ◦ blue 119

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

Shades of Brandy Rose #BC8077

Tints of Brandy Rose #BC8077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

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

R = 43.22%
G = 29.43%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC8077 (or 0xBC8077) is known color: Brandy Rose. HEX triplet: BC, 80 and 77. RGB value is (188,128,119). Sum of RGB (Red+Green+Blue) = 188+128+119=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8077 is #437F88. Grayscale: #919191. Windows color (decimal): -4423561 or 7831740. OLE color: 7831740.

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

Color convert

RGB 188 128 119 -
CMYK 0 0.32 0.37 0.26
HSL 7.83º 0.34% 0.6% -
HSV(B) 7.83º 0.37% 0.74% -
XYZ 31.79 27.46 21.08 -
YUV 144.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 188 128 119 0 0.32 0.37 0.26 7.83 0.34 0.6
Hex BC 80 77 0 20 25 1A 8 22 3C
Octal 274 200 167 0 40 45 32 10 42 74
Binary 10111100 10000000 1110111 0 100000 100101 11010 1000 100010 111100

Color Harmonies of #BC8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8077

Black with #BC8077

Text Example


Text Example

White with #BC8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8077; }

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

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

background-color css

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

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

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

border-color css

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

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

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