Html Css Color HEX #BCAF41 Brass

📋 copy color: '#BCAF41'

red 188 ◦ green 175 ◦ blue 65

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

Shades of Brass #BCAF41

Tints of Brass #BCAF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.19%

R = 43.93%
G = 40.89%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCAF41 (or 0xBCAF41) is known color: Brass. HEX triplet: BC, AF and 41. RGB value is (188,175,65). Sum of RGB (Red+Green+Blue) = 188+175+65=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF41 is #4350BE. Grayscale: #A6A6A6. Windows color (decimal): -4411583 or 4304828. OLE color: 4304828.

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

Color convert

RGB 188 175 65 -
CMYK 0 0.07 0.65 0.26
HSL 53.66º 0.49% 0.5% -
HSV(B) 53.66º 0.65% 0.74% -
XYZ 37.02 41.73 11.1 -
YUV 166.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 188 175 65 0 0.07 0.65 0.26 53.66 0.49 0.5
Hex BC AF 41 0 7 41 1A 36 31 32
Octal 274 257 101 0 7 101 32 66 61 62
Binary 10111100 10101111 1000001 0 111 1000001 11010 110110 110001 110010

Color Harmonies of #BCAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF41

Black with #BCAF41

Text Example


Text Example

White with #BCAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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