Html Css Color HEX #B7A74A Brass

📋 copy color: '#B7A74A'

red 183 ◦ green 167 ◦ blue 74

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

Shades of Brass #B7A74A

Tints of Brass #B7A74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.39%

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

R = 43.16%
G = 39.39%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7A74A (or 0xB7A74A) is known color: Brass. HEX triplet: B7, A7 and 4A. RGB value is (183,167,74). Sum of RGB (Red+Green+Blue) = 183+167+74=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A74A is #4858B5. Grayscale: #A1A1A1. Windows color (decimal): -4741302 or 4892599. OLE color: 4892599.

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

Color convert

RGB 183 167 74 -
CMYK 0 0.09 0.60 0.28
HSL 51.19º 0.43% 0.5% -
HSV(B) 51.19º 0.6% 0.72% -
XYZ 34.58 38.2 12.03 -
YUV 161.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 183 167 74 0 0.09 0.60 0.28 51.19 0.43 0.5
Hex B7 A7 4A 0 9 3C 1C 33 2B 32
Octal 267 247 112 0 11 74 34 63 53 62
Binary 10110111 10100111 1001010 0 1001 111100 11100 110011 101011 110010

Color Harmonies of #B7A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A74A

Black with #B7A74A

Text Example


Text Example

White with #B7A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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