Html Css Color HEX #BC806E Brandy Rose

📋 copy color: '#BC806E'

red 188 ◦ green 128 ◦ blue 110

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

Shades of Brandy Rose #BC806E

Tints of Brandy Rose #BC806E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.82%

R = 44.13%
G = 30.05%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC806E (or 0xBC806E) is known color: Brandy Rose. HEX triplet: BC, 80 and 6E. RGB value is (188,128,110). Sum of RGB (Red+Green+Blue) = 188+128+110=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC806E is #437F91. Grayscale: #909090. Windows color (decimal): -4423570 or 7241916. OLE color: 7241916.

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

Color convert

RGB 188 128 110 -
CMYK 0 0.32 0.41 0.26
HSL 13.85º 0.37% 0.58% -
HSV(B) 13.85º 0.41% 0.74% -
XYZ 31.27 27.26 18.36 -
YUV 143.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 188 128 110 0 0.32 0.41 0.26 13.85 0.37 0.58
Hex BC 80 6E 0 20 29 1A E 25 3A
Octal 274 200 156 0 40 51 32 16 45 72
Binary 10111100 10000000 1101110 0 100000 101001 11010 1110 100101 111010

Color Harmonies of #BC806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC806E

Black with #BC806E

Text Example


Text Example

White with #BC806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC806E; }

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

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

background-color css

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

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

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

border-color css

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

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

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