Html Css Color HEX #B7AB36 Brass

📋 copy color: '#B7AB36'

red 183 ◦ green 171 ◦ blue 54

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

Shades of Brass #B7AB36

Tints of Brass #B7AB36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.24%

R = 44.85%
G = 41.91%
B = 13.24%

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

#B7AB36 (or 0xB7AB36) is known color: Brass. HEX triplet: B7, AB and 36. RGB value is (183,171,54). Sum of RGB (Red+Green+Blue) = 183+171+54=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AB36 is #4854C9. Grayscale: #A1A1A1. Windows color (decimal): -4740298 or 3582903. OLE color: 3582903.

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

Color convert

RGB 183 171 54 -
CMYK 0 0.07 0.70 0.28
HSL 54.42º 0.54% 0.46% -
HSV(B) 54.42º 0.7% 0.72% -
XYZ 34.76 39.46 9.27 -
YUV 161.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 183 171 54 0 0.07 0.70 0.28 54.42 0.54 0.46
Hex B7 AB 36 0 7 46 1C 36 36 2E
Octal 267 253 66 0 7 106 34 66 66 56
Binary 10110111 10101011 110110 0 111 1000110 11100 110110 110110 101110

Color Harmonies of #B7AB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AB36

Black with #B7AB36

Text Example


Text Example

White with #B7AB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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