Html Css Color HEX #BC806F Brandy Rose

📋 copy color: '#BC806F'

red 188 ◦ green 128 ◦ blue 111

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

Shades of Brandy Rose #BC806F

Tints of Brandy Rose #BC806F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26%

R = 44.03%
G = 29.98%
B = 26%

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

#BC806F (or 0xBC806F) is known color: Brandy Rose. HEX triplet: BC, 80 and 6F. RGB value is (188,128,111). Sum of RGB (Red+Green+Blue) = 188+128+111=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC806F is #437F90. Grayscale: #909090. Windows color (decimal): -4423569 or 7307452. OLE color: 7307452.

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

Color convert

RGB 188 128 111 -
CMYK 0 0.32 0.41 0.26
HSL 13.25º 0.36% 0.59% -
HSV(B) 13.25º 0.41% 0.74% -
XYZ 31.33 27.28 18.65 -
YUV 144 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 188 128 111 0 0.32 0.41 0.26 13.25 0.36 0.59
Hex BC 80 6F 0 20 29 1A D 24 3B
Octal 274 200 157 0 40 51 32 15 44 73
Binary 10111100 10000000 1101111 0 100000 101001 11010 1101 100100 111011

Color Harmonies of #BC806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC806F

Black with #BC806F

Text Example


Text Example

White with #BC806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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