Html Css Color HEX #BCAB42 Brass

📋 copy color: '#BCAB42'

red 188 ◦ green 171 ◦ blue 66

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

Shades of Brass #BCAB42

Tints of Brass #BCAB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.24%

 BLUE value IS 66 (26.17% from 255) = 15.53%

R = 44.24%
G = 40.24%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCAB42 (or 0xBCAB42) is known color: Brass. HEX triplet: BC, AB and 42. RGB value is (188,171,66). Sum of RGB (Red+Green+Blue) = 188+171+66=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB42 is #4354BD. Grayscale: #A4A4A4. Windows color (decimal): -4412606 or 4369340. OLE color: 4369340.

HSL color Cylindrical-coordinate representation of color #BCAB42: hue angle of 51.64º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCAB42 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 66 -
CMYK 0 0.09 0.65 0.26
HSL 51.64º 0.48% 0.5% -
HSV(B) 51.64º 0.65% 0.74% -
XYZ 36.29 40.21 11 -
YUV 164.11 72.63 145.04 -
System Red Green Blue C M Y K H S L
Decimal 188 171 66 0 0.09 0.65 0.26 51.64 0.48 0.5
Hex BC AB 42 0 9 41 1A 34 30 32
Octal 274 253 102 0 11 101 32 64 60 62
Binary 10111100 10101011 1000010 0 1001 1000001 11010 110100 110000 110010

Color Harmonies of #BCAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB42

Black with #BCAB42

Text Example


Text Example

White with #BCAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB42; }

 p { color: rgb(188,171,66); }

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

background-color css

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

 a { background-color: rgb(188,171,66); }

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

border-color css

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

 span { border-color: rgb(188,171,66); }

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