Html Css Color HEX #B2B036 Brass

📋 copy color: '#B2B036'

red 178 ◦ green 176 ◦ blue 54

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

Shades of Brass #B2B036

Tints of Brass #B2B036

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.14%

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

R = 43.63%
G = 43.14%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B2B036 (or 0xB2B036) is known color: Brass. HEX triplet: B2, B0 and 36. RGB value is (178,176,54). Sum of RGB (Red+Green+Blue) = 178+176+54=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B036 is #4D4FC9. Grayscale: #A3A3A3. Windows color (decimal): -5066698 or 3584178. OLE color: 3584178.

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

Color convert

RGB 178 176 54 -
CMYK 0 0.01 0.70 0.30
HSL 59.03º 0.53% 0.45% -
HSV(B) 59.03º 0.7% 0.7% -
XYZ 34.55 40.78 9.54 -
YUV 162.69 66.66 138.92 -
System Red Green Blue C M Y K H S L
Decimal 178 176 54 0 0.01 0.70 0.30 59.03 0.53 0.45
Hex B2 B0 36 0 1 46 1E 3B 35 2D
Octal 262 260 66 0 1 106 36 73 65 55
Binary 10110010 10110000 110110 0 1 1000110 11110 111011 110101 101101

Color Harmonies of #B2B036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B036

Black with #B2B036

Text Example


Text Example

White with #B2B036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B036; }

 p { color: rgb(178,176,54); }

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

background-color css

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

 a { background-color: rgb(178,176,54); }

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

border-color css

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

 span { border-color: rgb(178,176,54); }

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