Html Css Color HEX #BC8A6D Brandy Rose

📋 copy color: '#BC8A6D'

red 188 ◦ green 138 ◦ blue 109

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

Shades of Brandy Rose #BC8A6D

Tints of Brandy Rose #BC8A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.06%

R = 43.22%
G = 31.72%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC8A6D (or 0xBC8A6D) is known color: Brandy Rose. HEX triplet: BC, 8A and 6D. RGB value is (188,138,109). Sum of RGB (Red+Green+Blue) = 188+138+109=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A6D is #437592. Grayscale: #959595. Windows color (decimal): -4421011 or 7178940. OLE color: 7178940.

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

Color convert

RGB 188 138 109 -
CMYK 0 0.27 0.42 0.26
HSL 22.03º 0.37% 0.58% -
HSV(B) 22.03º 0.42% 0.74% -
XYZ 32.59 29.97 18.54 -
YUV 149.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 188 138 109 0 0.27 0.42 0.26 22.03 0.37 0.58
Hex BC 8A 6D 0 1B 2A 1A 16 25 3A
Octal 274 212 155 0 33 52 32 26 45 72
Binary 10111100 10001010 1101101 0 11011 101010 11010 10110 100101 111010

Color Harmonies of #BC8A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8A6D

Black with #BC8A6D

Text Example


Text Example

White with #BC8A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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