Html Css Color HEX #BC866A Brandy Rose

📋 copy color: '#BC866A'

red 188 ◦ green 134 ◦ blue 106

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

Shades of Brandy Rose #BC866A

Tints of Brandy Rose #BC866A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.31%

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

R = 43.93%
G = 31.31%
B = 24.77%

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

#BC866A (or 0xBC866A) is known color: Brandy Rose. HEX triplet: BC, 86 and 6A. RGB value is (188,134,106). Sum of RGB (Red+Green+Blue) = 188+134+106=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC866A is #437995. Grayscale: #939393. Windows color (decimal): -4422038 or 6981308. OLE color: 6981308.

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

Color convert

RGB 188 134 106 -
CMYK 0 0.29 0.44 0.26
HSL 20.49º 0.38% 0.58% -
HSV(B) 20.49º 0.44% 0.74% -
XYZ 31.87 28.78 17.51 -
YUV 146.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 188 134 106 0 0.29 0.44 0.26 20.49 0.38 0.58
Hex BC 86 6A 0 1D 2C 1A 14 26 3A
Octal 274 206 152 0 35 54 32 24 46 72
Binary 10111100 10000110 1101010 0 11101 101100 11010 10100 100110 111010

Color Harmonies of #BC866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC866A

Black with #BC866A

Text Example


Text Example

White with #BC866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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