Html Css Color HEX #BCAF42 Brass

📋 copy color: '#BCAF42'

red 188 ◦ green 175 ◦ blue 66

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

Shades of Brass #BCAF42

Tints of Brass #BCAF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.38%

R = 43.82%
G = 40.79%
B = 15.38%

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

#BCAF42 (or 0xBCAF42) is known color: Brass. HEX triplet: BC, AF and 42. RGB value is (188,175,66). Sum of RGB (Red+Green+Blue) = 188+175+66=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF42 is #4350BD. Grayscale: #A6A6A6. Windows color (decimal): -4411582 or 4370364. OLE color: 4370364.

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

Color convert

RGB 188 175 66 -
CMYK 0 0.07 0.65 0.26
HSL 53.61º 0.48% 0.5% -
HSV(B) 53.61º 0.65% 0.74% -
XYZ 37.05 41.74 11.26 -
YUV 166.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 188 175 66 0 0.07 0.65 0.26 53.61 0.48 0.5
Hex BC AF 42 0 7 41 1A 36 30 32
Octal 274 257 102 0 7 101 32 66 60 62
Binary 10111100 10101111 1000010 0 111 1000001 11010 110110 110000 110010

Color Harmonies of #BCAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF42

Black with #BCAF42

Text Example


Text Example

White with #BCAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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