Html Css Color HEX #BCAF38 Brass

📋 copy color: '#BCAF38'

red 188 ◦ green 175 ◦ blue 56

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

Shades of Brass #BCAF38

Tints of Brass #BCAF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.37%

R = 44.87%
G = 41.77%
B = 13.37%

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

#BCAF38 (or 0xBCAF38) is known color: Brass. HEX triplet: BC, AF and 38. RGB value is (188,175,56). Sum of RGB (Red+Green+Blue) = 188+175+56=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF38 is #4350C7. Grayscale: #A5A5A5. Windows color (decimal): -4411592 or 3715004. OLE color: 3715004.

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

Color convert

RGB 188 175 56 -
CMYK 0 0.07 0.70 0.26
HSL 54.09º 0.54% 0.48% -
HSV(B) 54.09º 0.7% 0.74% -
XYZ 36.78 41.64 9.84 -
YUV 165.32 66.31 144.18 -
System Red Green Blue C M Y K H S L
Decimal 188 175 56 0 0.07 0.70 0.26 54.09 0.54 0.48
Hex BC AF 38 0 7 46 1A 36 36 30
Octal 274 257 70 0 7 106 32 66 66 60
Binary 10111100 10101111 111000 0 111 1000110 11010 110110 110110 110000

Color Harmonies of #BCAF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF38

Black with #BCAF38

Text Example


Text Example

White with #BCAF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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