Html Css Color HEX #B7AB37 Brass

📋 copy color: '#B7AB37'

red 183 ◦ green 171 ◦ blue 55

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

Shades of Brass #B7AB37

Tints of Brass #B7AB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.45%

R = 44.74%
G = 41.81%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B7AB37 (or 0xB7AB37) is known color: Brass. HEX triplet: B7, AB and 37. RGB value is (183,171,55). Sum of RGB (Red+Green+Blue) = 183+171+55=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 55 (21.88% from 255 or 13.45% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AB37 is #4854C8. Grayscale: #A1A1A1. Windows color (decimal): -4740297 or 3648439. OLE color: 3648439.

HSL color Cylindrical-coordinate representation of color #B7AB37: hue angle of 54.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7AB37 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 171 55 -
CMYK 0 0.07 0.70 0.28
HSL 54.38º 0.54% 0.47% -
HSV(B) 54.38º 0.7% 0.72% -
XYZ 34.78 39.47 9.4 -
YUV 161.36 67.98 143.43 -
System Red Green Blue C M Y K H S L
Decimal 183 171 55 0 0.07 0.70 0.28 54.38 0.54 0.47
Hex B7 AB 37 0 7 46 1C 36 36 2F
Octal 267 253 67 0 7 106 34 66 66 57
Binary 10110111 10101011 110111 0 111 1000110 11100 110110 110110 101111

Color Harmonies of #B7AB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AB37

Black with #B7AB37

Text Example


Text Example

White with #B7AB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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