Html Css Color HEX #B7AE4D Brass

📋 copy color: '#B7AE4D'

red 183 ◦ green 174 ◦ blue 77

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

Shades of Brass #B7AE4D

Tints of Brass #B7AE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.74%

R = 42.17%
G = 40.09%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7AE4D (or 0xB7AE4D) is known color: Brass. HEX triplet: B7, AE and 4D. RGB value is (183,174,77). Sum of RGB (Red+Green+Blue) = 183+174+77=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AE4D is #4851B2. Grayscale: #A6A6A6. Windows color (decimal): -4739507 or 5090999. OLE color: 5090999.

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

Color convert

RGB 183 174 77 -
CMYK 0 0.05 0.58 0.28
HSL 54.91º 0.42% 0.51% -
HSV(B) 54.91º 0.58% 0.72% -
XYZ 36 40.88 13.01 -
YUV 165.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 183 174 77 0 0.05 0.58 0.28 54.91 0.42 0.51
Hex B7 AE 4D 0 5 3A 1C 37 2A 33
Octal 267 256 115 0 5 72 34 67 52 63
Binary 10110111 10101110 1001101 0 101 111010 11100 110111 101010 110011

Color Harmonies of #B7AE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AE4D

Black with #B7AE4D

Text Example


Text Example

White with #B7AE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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