Html Css Color HEX #BCAF3E Brass

📋 copy color: '#BCAF3E'

red 188 ◦ green 175 ◦ blue 62

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

Shades of Brass #BCAF3E

Tints of Brass #BCAF3E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.18%

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

R = 44.24%
G = 41.18%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BCAF3E (or 0xBCAF3E) is known color: Brass. HEX triplet: BC, AF and 3E. RGB value is (188,175,62). Sum of RGB (Red+Green+Blue) = 188+175+62=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF3E is #4350C1. Grayscale: #A6A6A6. Windows color (decimal): -4411586 or 4108220. OLE color: 4108220.

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

Color convert

RGB 188 175 62 -
CMYK 0 0.07 0.67 0.26
HSL 53.81º 0.5% 0.49% -
HSV(B) 53.81º 0.67% 0.74% -
XYZ 36.94 41.7 10.66 -
YUV 166.01 69.31 143.69 -
System Red Green Blue C M Y K H S L
Decimal 188 175 62 0 0.07 0.67 0.26 53.81 0.5 0.49
Hex BC AF 3E 0 7 43 1A 36 32 31
Octal 274 257 76 0 7 103 32 66 62 61
Binary 10111100 10101111 111110 0 111 1000011 11010 110110 110010 110001

Color Harmonies of #BCAF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF3E

Black with #BCAF3E

Text Example


Text Example

White with #BCAF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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