Html Css Color HEX #BCAB3E Brass

📋 copy color: '#BCAB3E'

red 188 ◦ green 171 ◦ blue 62

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

Shades of Brass #BCAB3E

Tints of Brass #BCAB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.73%

R = 44.66%
G = 40.62%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BCAB3E (or 0xBCAB3E) is known color: Brass. HEX triplet: BC, AB and 3E. RGB value is (188,171,62). Sum of RGB (Red+Green+Blue) = 188+171+62=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB3E is #4354C1. Grayscale: #A4A4A4. Windows color (decimal): -4412610 or 4107196. OLE color: 4107196.

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

Color convert

RGB 188 171 62 -
CMYK 0 0.09 0.67 0.26
HSL 51.9º 0.5% 0.49% -
HSV(B) 51.9º 0.67% 0.74% -
XYZ 36.17 40.16 10.4 -
YUV 163.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 188 171 62 0 0.09 0.67 0.26 51.9 0.5 0.49
Hex BC AB 3E 0 9 43 1A 34 32 31
Octal 274 253 76 0 11 103 32 64 62 61
Binary 10111100 10101011 111110 0 1001 1000011 11010 110100 110010 110001

Color Harmonies of #BCAB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB3E

Black with #BCAB3E

Text Example


Text Example

White with #BCAB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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