Html Css Color HEX #BCAF39 Brass

📋 copy color: '#BCAF39'

red 188 ◦ green 175 ◦ blue 57

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

Shades of Brass #BCAF39

Tints of Brass #BCAF39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.57%

R = 44.76%
G = 41.67%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCAF39 (or 0xBCAF39) is known color: Brass. HEX triplet: BC, AF and 39. RGB value is (188,175,57). Sum of RGB (Red+Green+Blue) = 188+175+57=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 57 (22.66% from 255 or 13.57% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF39 is #4350C6. Grayscale: #A5A5A5. Windows color (decimal): -4411591 or 3780540. OLE color: 3780540.

HSL color Cylindrical-coordinate representation of color #BCAF39: hue angle of 54.05º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCAF39 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 57 -
CMYK 0 0.07 0.70 0.26
HSL 54.05º 0.53% 0.48% -
HSV(B) 54.05º 0.7% 0.74% -
XYZ 36.81 41.65 9.97 -
YUV 165.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 188 175 57 0 0.07 0.70 0.26 54.05 0.53 0.48
Hex BC AF 39 0 7 46 1A 36 35 30
Octal 274 257 71 0 7 106 32 66 65 60
Binary 10111100 10101111 111001 0 111 1000110 11010 110110 110101 110000

Color Harmonies of #BCAF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF39

Black with #BCAF39

Text Example


Text Example

White with #BCAF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF39; }

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

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

background-color css

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

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

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

border-color css

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

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

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