Html Css Color HEX #B7AC4A Brass

📋 copy color: '#B7AC4A'

red 183 ◦ green 172 ◦ blue 74

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

Shades of Brass #B7AC4A

Tints of Brass #B7AC4A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.09%

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

R = 42.66%
G = 40.09%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7AC4A (or 0xB7AC4A) is known color: Brass. HEX triplet: B7, AC and 4A. RGB value is (183,172,74). Sum of RGB (Red+Green+Blue) = 183+172+74=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AC4A is #4853B5. Grayscale: #A4A4A4. Windows color (decimal): -4740022 or 4893879. OLE color: 4893879.

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

Color convert

RGB 183 172 74 -
CMYK 0 0.06 0.60 0.28
HSL 53.94º 0.43% 0.5% -
HSV(B) 53.94º 0.6% 0.72% -
XYZ 35.52 40.07 12.34 -
YUV 164.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 183 172 74 0 0.06 0.60 0.28 53.94 0.43 0.5
Hex B7 AC 4A 0 6 3C 1C 36 2B 32
Octal 267 254 112 0 6 74 34 66 53 62
Binary 10110111 10101100 1001010 0 110 111100 11100 110110 101011 110010

Color Harmonies of #B7AC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AC4A

Black with #B7AC4A

Text Example


Text Example

White with #B7AC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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