Html Css Color HEX #B7AE40 Brass

📋 copy color: '#B7AE40'

red 183 ◦ green 174 ◦ blue 64

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

Shades of Brass #B7AE40

Tints of Brass #B7AE40

RGB

 RED value IS 183 (71.88% from 255) = 43.47%

 GREEN value IS 174 (68.36% from 255) = 41.33%

 BLUE value IS 64 (25.39% from 255) = 15.2%

R = 43.47%
G = 41.33%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B7AE40 (or 0xB7AE40) is known color: Brass. HEX triplet: B7, AE and 40. RGB value is (183,174,64). Sum of RGB (Red+Green+Blue) = 183+174+64=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AE40 is #4851BF. Grayscale: #A4A4A4. Windows color (decimal): -4739520 or 4239031. OLE color: 4239031.

HSL color Cylindrical-coordinate representation of color #B7AE40: hue angle of 55.46º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7AE40 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 174 64 -
CMYK 0 0.05 0.65 0.28
HSL 55.46º 0.48% 0.48% -
HSV(B) 55.46º 0.65% 0.72% -
XYZ 35.59 40.71 10.83 -
YUV 164.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 183 174 64 0 0.05 0.65 0.28 55.46 0.48 0.48
Hex B7 AE 40 0 5 41 1C 37 30 30
Octal 267 256 100 0 5 101 34 67 60 60
Binary 10110111 10101110 1000000 0 101 1000001 11100 110111 110000 110000

Color Harmonies of #B7AE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AE40

Black with #B7AE40

Text Example


Text Example

White with #B7AE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AE40; }

 p { color: rgb(183,174,64); }

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

background-color css

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

 a { background-color: rgb(183,174,64); }

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

border-color css

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

 span { border-color: rgb(183,174,64); }

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