Html Css Color HEX #B7AB4A Brass

📋 copy color: '#B7AB4A'

red 183 ◦ green 171 ◦ blue 74

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

Shades of Brass #B7AB4A

Tints of Brass #B7AB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.29%

R = 42.76%
G = 39.95%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7AB4A (or 0xB7AB4A) is known color: Brass. HEX triplet: B7, AB and 4A. RGB value is (183,171,74). Sum of RGB (Red+Green+Blue) = 183+171+74=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AB4A is #4854B5. Grayscale: #A3A3A3. Windows color (decimal): -4740278 or 4893623. OLE color: 4893623.

HSL color Cylindrical-coordinate representation of color #B7AB4A: hue angle of 53.39º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7AB4A is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 171 74 -
CMYK 0 0.07 0.60 0.28
HSL 53.39º 0.43% 0.5% -
HSV(B) 53.39º 0.6% 0.72% -
XYZ 35.33 39.69 12.28 -
YUV 163.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 183 171 74 0 0.07 0.60 0.28 53.39 0.43 0.5
Hex B7 AB 4A 0 7 3C 1C 35 2B 32
Octal 267 253 112 0 7 74 34 65 53 62
Binary 10110111 10101011 1001010 0 111 111100 11100 110101 101011 110010

Color Harmonies of #B7AB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AB4A

Black with #B7AB4A

Text Example


Text Example

White with #B7AB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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