Html Css Color HEX #B7A236 Brass

📋 copy color: '#B7A236'

red 183 ◦ green 162 ◦ blue 54

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

Shades of Brass #B7A236

Tints of Brass #B7A236

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.6%

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

R = 45.86%
G = 40.6%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B7A236 (or 0xB7A236) is known color: Brass. HEX triplet: B7, A2 and 36. RGB value is (183,162,54). Sum of RGB (Red+Green+Blue) = 183+162+54=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A236 is #485DC9. Grayscale: #9C9C9C. Windows color (decimal): -4742602 or 3580599. OLE color: 3580599.

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

Color convert

RGB 183 162 54 -
CMYK 0 0.11 0.70 0.28
HSL 50.23º 0.54% 0.46% -
HSV(B) 50.23º 0.7% 0.72% -
XYZ 33.11 36.17 8.73 -
YUV 155.97 70.46 147.28 -
System Red Green Blue C M Y K H S L
Decimal 183 162 54 0 0.11 0.70 0.28 50.23 0.54 0.46
Hex B7 A2 36 0 B 46 1C 32 36 2E
Octal 267 242 66 0 13 106 34 62 66 56
Binary 10110111 10100010 110110 0 1011 1000110 11100 110010 110110 101110

Color Harmonies of #B7A236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A236

Black with #B7A236

Text Example


Text Example

White with #B7A236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A236; }

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

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

background-color css

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

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

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

border-color css

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

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

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