Html Css Color HEX #BCAF36 Brass

📋 copy color: '#BCAF36'

red 188 ◦ green 175 ◦ blue 54

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

Shades of Brass #BCAF36

Tints of Brass #BCAF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.95%

R = 45.08%
G = 41.97%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCAF36 (or 0xBCAF36) is known color: Brass. HEX triplet: BC, AF and 36. RGB value is (188,175,54). Sum of RGB (Red+Green+Blue) = 188+175+54=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF36 is #4350C9. Grayscale: #A5A5A5. Windows color (decimal): -4411594 or 3583932. OLE color: 3583932.

HSL color Cylindrical-coordinate representation of color #BCAF36: hue angle of 54.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCAF36 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 54 -
CMYK 0 0.07 0.71 0.26
HSL 54.18º 0.55% 0.47% -
HSV(B) 54.18º 0.71% 0.74% -
XYZ 36.73 41.62 9.59 -
YUV 165.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 188 175 54 0 0.07 0.71 0.26 54.18 0.55 0.47
Hex BC AF 36 0 7 47 1A 36 37 2F
Octal 274 257 66 0 7 107 32 66 67 57
Binary 10111100 10101111 110110 0 111 1000111 11010 110110 110111 101111

Color Harmonies of #BCAF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF36

Black with #BCAF36

Text Example


Text Example

White with #BCAF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF36; }

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

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

background-color css

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

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

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

border-color css

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

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

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