Html Css Color HEX #BC806D Brandy Rose

📋 copy color: '#BC806D'

red 188 ◦ green 128 ◦ blue 109

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

Shades of Brandy Rose #BC806D

Tints of Brandy Rose #BC806D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 44.24%
G = 30.12%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC806D (or 0xBC806D) is known color: Brandy Rose. HEX triplet: BC, 80 and 6D. RGB value is (188,128,109). Sum of RGB (Red+Green+Blue) = 188+128+109=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC806D is #437F92. Grayscale: #8F8F8F. Windows color (decimal): -4423571 or 7176380. OLE color: 7176380.

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

Color convert

RGB 188 128 109 -
CMYK 0 0.32 0.42 0.26
HSL 14.43º 0.37% 0.58% -
HSV(B) 14.43º 0.42% 0.74% -
XYZ 31.22 27.23 18.08 -
YUV 143.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 188 128 109 0 0.32 0.42 0.26 14.43 0.37 0.58
Hex BC 80 6D 0 20 2A 1A E 25 3A
Octal 274 200 155 0 40 52 32 16 45 72
Binary 10111100 10000000 1101101 0 100000 101010 11010 1110 100101 111010

Color Harmonies of #BC806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC806D

Black with #BC806D

Text Example


Text Example

White with #BC806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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