Html Css Color HEX #BC806A Brandy Rose

📋 copy color: '#BC806A'

red 188 ◦ green 128 ◦ blue 106

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

Shades of Brandy Rose #BC806A

Tints of Brandy Rose #BC806A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.12%

R = 44.55%
G = 30.33%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC806A (or 0xBC806A) is known color: Brandy Rose. HEX triplet: BC, 80 and 6A. RGB value is (188,128,106). Sum of RGB (Red+Green+Blue) = 188+128+106=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC806A is #437F95. Grayscale: #8F8F8F. Windows color (decimal): -4423574 or 6979772. OLE color: 6979772.

HSL color Cylindrical-coordinate representation of color #BC806A: hue angle of 16.1º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC806A is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 106 -
CMYK 0 0.32 0.44 0.26
HSL 16.1º 0.38% 0.58% -
HSV(B) 16.1º 0.44% 0.74% -
XYZ 31.06 27.17 17.24 -
YUV 143.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 188 128 106 0 0.32 0.44 0.26 16.1 0.38 0.58
Hex BC 80 6A 0 20 2C 1A 10 26 3A
Octal 274 200 152 0 40 54 32 20 46 72
Binary 10111100 10000000 1101010 0 100000 101100 11010 10000 100110 111010

Color Harmonies of #BC806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC806A

Black with #BC806A

Text Example


Text Example

White with #BC806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC806A; }

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

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

background-color css

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

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

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

border-color css

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

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

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