Html Css Color HEX #B7AB50 Brass

📋 copy color: '#B7AB50'

red 183 ◦ green 171 ◦ blue 80

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

Shades of Brass #B7AB50

Tints of Brass #B7AB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.43%

R = 42.17%
G = 39.4%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B7AB50 (or 0xB7AB50) is known color: Brass. HEX triplet: B7, AB and 50. RGB value is (183,171,80). Sum of RGB (Red+Green+Blue) = 183+171+80=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB50 is #4854AF. Grayscale: #A4A4A4. Windows color (decimal): -4740272 or 5286839. OLE color: 5286839.

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

Color convert

RGB 183 171 80 -
CMYK 0 0.07 0.56 0.28
HSL 53.01º 0.42% 0.52% -
HSV(B) 53.01º 0.56% 0.72% -
XYZ 35.54 39.77 13.39 -
YUV 164.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 183 171 80 0 0.07 0.56 0.28 53.01 0.42 0.52
Hex B7 AB 50 0 7 38 1C 35 2A 34
Octal 267 253 120 0 7 70 34 65 52 64
Binary 10110111 10101011 1010000 0 111 111000 11100 110101 101010 110100

Color Harmonies of #B7AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AB50

Black with #B7AB50

Text Example


Text Example

White with #B7AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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