Html Css Color HEX #B2A237 Brass

📋 copy color: '#B2A237'

red 178 ◦ green 162 ◦ blue 55

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

Shades of Brass #B2A237

Tints of Brass #B2A237

RGB

 RED value IS 178 (69.92% from 255) = 45.06%

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

 BLUE value IS 55 (21.88% from 255) = 13.92%

R = 45.06%
G = 41.01%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B2A237 (or 0xB2A237) is known color: Brass. HEX triplet: B2, A2 and 37. RGB value is (178,162,55). Sum of RGB (Red+Green+Blue) = 178+162+55=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A237 is #4D5DC8. Grayscale: #9B9B9B. Windows color (decimal): -5070281 or 3646130. OLE color: 3646130.

HSL color Cylindrical-coordinate representation of color #B2A237: hue angle of 52.2º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2A237 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 162 55 -
CMYK 0 0.09 0.69 0.30
HSL 52.2º 0.53% 0.46% -
HSV(B) 52.2º 0.69% 0.7% -
XYZ 31.97 35.58 8.8 -
YUV 154.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 178 162 55 0 0.09 0.69 0.30 52.2 0.53 0.46
Hex B2 A2 37 0 9 45 1E 34 35 2E
Octal 262 242 67 0 11 105 36 64 65 56
Binary 10110010 10100010 110111 0 1001 1000101 11110 110100 110101 101110

Color Harmonies of #B2A237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A237

Black with #B2A237

Text Example


Text Example

White with #B2A237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A237; }

 p { color: rgb(178,162,55); }

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

background-color css

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

 a { background-color: rgb(178,162,55); }

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

border-color css

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

 span { border-color: rgb(178,162,55); }

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