Html Css Color HEX #B7A64F Brass

📋 copy color: '#B7A64F'

red 183 ◦ green 166 ◦ blue 79

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

Shades of Brass #B7A64F

Tints of Brass #B7A64F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

 BLUE value IS 79 (31.25% from 255) = 18.46%

R = 42.76%
G = 38.79%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7A64F (or 0xB7A64F) is known color: Brass. HEX triplet: B7, A6 and 4F. RGB value is (183,166,79). Sum of RGB (Red+Green+Blue) = 183+166+79=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A64F is #4859B0. Grayscale: #A1A1A1. Windows color (decimal): -4741553 or 5220023. OLE color: 5220023.

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

Color convert

RGB 183 166 79 -
CMYK 0 0.09 0.57 0.28
HSL 50.19º 0.42% 0.51% -
HSV(B) 50.19º 0.57% 0.72% -
XYZ 34.58 37.9 12.89 -
YUV 161.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 183 166 79 0 0.09 0.57 0.28 50.19 0.42 0.51
Hex B7 A6 4F 0 9 39 1C 32 2A 33
Octal 267 246 117 0 11 71 34 62 52 63
Binary 10110111 10100110 1001111 0 1001 111001 11100 110010 101010 110011

Color Harmonies of #B7A64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A64F

Black with #B7A64F

Text Example


Text Example

White with #B7A64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A64F; }

 p { color: rgb(183,166,79); }

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

background-color css

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

 a { background-color: rgb(183,166,79); }

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

border-color css

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

 span { border-color: rgb(183,166,79); }

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