Html Css Color HEX #BC806C Brandy Rose

📋 copy color: '#BC806C'

red 188 ◦ green 128 ◦ blue 108

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

Shades of Brandy Rose #BC806C

Tints of Brandy Rose #BC806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.47%

R = 44.34%
G = 30.19%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC806C (or 0xBC806C) is known color: Brandy Rose. HEX triplet: BC, 80 and 6C. RGB value is (188,128,108). Sum of RGB (Red+Green+Blue) = 188+128+108=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC806C is #437F93. Grayscale: #8F8F8F. Windows color (decimal): -4423572 or 7110844. OLE color: 7110844.

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

Color convert

RGB 188 128 108 -
CMYK 0 0.32 0.43 0.26
HSL 15º 0.37% 0.58% -
HSV(B) 15º 0.43% 0.74% -
XYZ 31.16 27.21 17.8 -
YUV 143.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 188 128 108 0 0.32 0.43 0.26 15 0.37 0.58
Hex BC 80 6C 0 20 2B 1A F 25 3A
Octal 274 200 154 0 40 53 32 17 45 72
Binary 10111100 10000000 1101100 0 100000 101011 11010 1111 100101 111010

Color Harmonies of #BC806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC806C

Black with #BC806C

Text Example


Text Example

White with #BC806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC806C; }

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

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

background-color css

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

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

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

border-color css

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

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

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