Html Css Color HEX #BCAF48 Brass

📋 copy color: '#BCAF48'

red 188 ◦ green 175 ◦ blue 72

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

Shades of Brass #BCAF48

Tints of Brass #BCAF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.55%

R = 43.22%
G = 40.23%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCAF48 (or 0xBCAF48) is known color: Brass. HEX triplet: BC, AF and 48. RGB value is (188,175,72). Sum of RGB (Red+Green+Blue) = 188+175+72=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF48 is #4350B7. Grayscale: #A7A7A7. Windows color (decimal): -4411576 or 4763580. OLE color: 4763580.

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

Color convert

RGB 188 175 72 -
CMYK 0 0.07 0.62 0.26
HSL 53.28º 0.46% 0.51% -
HSV(B) 53.28º 0.62% 0.74% -
XYZ 37.24 41.82 12.24 -
YUV 167.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 188 175 72 0 0.07 0.62 0.26 53.28 0.46 0.51
Hex BC AF 48 0 7 3E 1A 35 2E 33
Octal 274 257 110 0 7 76 32 65 56 63
Binary 10111100 10101111 1001000 0 111 111110 11010 110101 101110 110011

Color Harmonies of #BCAF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF48

Black with #BCAF48

Text Example


Text Example

White with #BCAF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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