Html Css Color HEX #B7A736 Brass

📋 copy color: '#B7A736'

red 183 ◦ green 167 ◦ blue 54

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

Shades of Brass #B7A736

Tints of Brass #B7A736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.37%

R = 45.3%
G = 41.34%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B7A736 (or 0xB7A736) is known color: Brass. HEX triplet: B7, A7 and 36. RGB value is (183,167,54). Sum of RGB (Red+Green+Blue) = 183+167+54=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A736 is #4858C9. Grayscale: #9F9F9F. Windows color (decimal): -4741322 or 3581879. OLE color: 3581879.

HSL color Cylindrical-coordinate representation of color #B7A736: hue angle of 52.56º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7A736 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 167 54 -
CMYK 0 0.09 0.70 0.28
HSL 52.56º 0.54% 0.46% -
HSV(B) 52.56º 0.7% 0.72% -
XYZ 34.01 37.97 9.03 -
YUV 158.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 183 167 54 0 0.09 0.70 0.28 52.56 0.54 0.46
Hex B7 A7 36 0 9 46 1C 35 36 2E
Octal 267 247 66 0 11 106 34 65 66 56
Binary 10110111 10100111 110110 0 1001 1000110 11100 110101 110110 101110

Color Harmonies of #B7A736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A736

Black with #B7A736

Text Example


Text Example

White with #B7A736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A736; }

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

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

background-color css

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

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

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

border-color css

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

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

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