Html Css Color HEX #BC8A6E Brandy Rose

📋 copy color: '#BC8A6E'

red 188 ◦ green 138 ◦ blue 110

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

Shades of Brandy Rose #BC8A6E

Tints of Brandy Rose #BC8A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.65%

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

R = 43.12%
G = 31.65%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC8A6E (or 0xBC8A6E) is known color: Brandy Rose. HEX triplet: BC, 8A and 6E. RGB value is (188,138,110). Sum of RGB (Red+Green+Blue) = 188+138+110=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A6E is #437591. Grayscale: #959595. Windows color (decimal): -4421010 or 7244476. OLE color: 7244476.

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

Color convert

RGB 188 138 110 -
CMYK 0 0.27 0.41 0.26
HSL 21.54º 0.37% 0.58% -
HSV(B) 21.54º 0.41% 0.74% -
XYZ 32.64 29.99 18.82 -
YUV 149.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 188 138 110 0 0.27 0.41 0.26 21.54 0.37 0.58
Hex BC 8A 6E 0 1B 29 1A 16 25 3A
Octal 274 212 156 0 33 51 32 26 45 72
Binary 10111100 10001010 1101110 0 11011 101001 11010 10110 100101 111010

Color Harmonies of #BC8A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8A6E

Black with #BC8A6E

Text Example


Text Example

White with #BC8A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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