Html Css Color HEX #BC856A Brandy Rose

📋 copy color: '#BC856A'

red 188 ◦ green 133 ◦ blue 106

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

Shades of Brandy Rose #BC856A

Tints of Brandy Rose #BC856A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.15%

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

R = 44.03%
G = 31.15%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC856A (or 0xBC856A) is known color: Brandy Rose. HEX triplet: BC, 85 and 6A. RGB value is (188,133,106). Sum of RGB (Red+Green+Blue) = 188+133+106=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC856A is #437A95. Grayscale: #929292. Windows color (decimal): -4422294 or 6981052. OLE color: 6981052.

HSL color Cylindrical-coordinate representation of color #BC856A: hue angle of 19.76º 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 #BC856A is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 133 106 -
CMYK 0 0.29 0.44 0.26
HSL 19.76º 0.38% 0.58% -
HSV(B) 19.76º 0.44% 0.74% -
XYZ 31.73 28.51 17.47 -
YUV 146.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 188 133 106 0 0.29 0.44 0.26 19.76 0.38 0.58
Hex BC 85 6A 0 1D 2C 1A 14 26 3A
Octal 274 205 152 0 35 54 32 24 46 72
Binary 10111100 10000101 1101010 0 11101 101100 11010 10100 100110 111010

Color Harmonies of #BC856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC856A

Black with #BC856A

Text Example


Text Example

White with #BC856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC856A; }

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

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

background-color css

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

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

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

border-color css

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

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

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