Html Css Color HEX #B7AB4D Brass

📋 copy color: '#B7AB4D'

red 183 ◦ green 171 ◦ blue 77

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

Shades of Brass #B7AB4D

Tints of Brass #B7AB4D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.68%

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

R = 42.46%
G = 39.68%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7AB4D (or 0xB7AB4D) is known color: Brass. HEX triplet: B7, AB and 4D. RGB value is (183,171,77). Sum of RGB (Red+Green+Blue) = 183+171+77=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB4D is #4854B2. Grayscale: #A4A4A4. Windows color (decimal): -4740275 or 5090231. OLE color: 5090231.

HSL color Cylindrical-coordinate representation of color #B7AB4D: hue angle of 53.21º 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 #B7AB4D is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 171 77 -
CMYK 0 0.07 0.58 0.28
HSL 53.21º 0.42% 0.51% -
HSV(B) 53.21º 0.58% 0.72% -
XYZ 35.43 39.73 12.82 -
YUV 163.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 183 171 77 0 0.07 0.58 0.28 53.21 0.42 0.51
Hex B7 AB 4D 0 7 3A 1C 35 2A 33
Octal 267 253 115 0 7 72 34 65 52 63
Binary 10110111 10101011 1001101 0 111 111010 11100 110101 101010 110011

Color Harmonies of #B7AB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AB4D

Black with #B7AB4D

Text Example


Text Example

White with #B7AB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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