Html Css Color HEX #B7AC4D Brass

📋 copy color: '#B7AC4D'

red 183 ◦ green 172 ◦ blue 77

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

Shades of Brass #B7AC4D

Tints of Brass #B7AC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.82%

R = 42.36%
G = 39.81%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7AC4D (or 0xB7AC4D) is known color: Brass. HEX triplet: B7, AC and 4D. RGB value is (183,172,77). Sum of RGB (Red+Green+Blue) = 183+172+77=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AC4D is #4853B2. Grayscale: #A4A4A4. Windows color (decimal): -4740019 or 5090487. OLE color: 5090487.

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

Color convert

RGB 183 172 77 -
CMYK 0 0.06 0.58 0.28
HSL 53.77º 0.42% 0.51% -
HSV(B) 53.77º 0.58% 0.72% -
XYZ 35.62 40.11 12.89 -
YUV 164.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 183 172 77 0 0.06 0.58 0.28 53.77 0.42 0.51
Hex B7 AC 4D 0 6 3A 1C 36 2A 33
Octal 267 254 115 0 6 72 34 66 52 63
Binary 10110111 10101100 1001101 0 110 111010 11100 110110 101010 110011

Color Harmonies of #B7AC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AC4D

Black with #B7AC4D

Text Example


Text Example

White with #B7AC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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