Html Css Color HEX #BC8078 Brandy Rose

📋 copy color: '#BC8078'

red 188 ◦ green 128 ◦ blue 120

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

Shades of Brandy Rose #BC8078

Tints of Brandy Rose #BC8078

RGB

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

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

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

R = 43.12%
G = 29.36%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC8078 (or 0xBC8078) is known color: Brandy Rose. HEX triplet: BC, 80 and 78. RGB value is (188,128,120). Sum of RGB (Red+Green+Blue) = 188+128+120=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8078 is #437F87. Grayscale: #919191. Windows color (decimal): -4423560 or 7897276. OLE color: 7897276.

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

Color convert

RGB 188 128 120 -
CMYK 0 0.32 0.36 0.26
HSL 7.06º 0.34% 0.6% -
HSV(B) 7.06º 0.36% 0.74% -
XYZ 31.85 27.49 21.4 -
YUV 145.03 113.88 158.65 -
System Red Green Blue C M Y K H S L
Decimal 188 128 120 0 0.32 0.36 0.26 7.06 0.34 0.6
Hex BC 80 78 0 20 24 1A 7 22 3C
Octal 274 200 170 0 40 44 32 7 42 74
Binary 10111100 10000000 1111000 0 100000 100100 11010 111 100010 111100

Color Harmonies of #BC8078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8078

Black with #BC8078

Text Example


Text Example

White with #BC8078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8078; }

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

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

background-color css

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

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

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

border-color css

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

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

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