Html Css Color HEX #B2B539 Brass

📋 copy color: '#B2B539'

red 178 ◦ green 181 ◦ blue 57

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

Shades of Brass #B2B539

Tints of Brass #B2B539

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.51%

 BLUE value IS 57 (22.66% from 255) = 13.7%

R = 42.79%
G = 43.51%
B = 13.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B2B539 (or 0xB2B539) is known color: Brass. HEX triplet: B2, B5 and 39. RGB value is (178,181,57). Sum of RGB (Red+Green+Blue) = 178+181+57=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B539 is #4D4AC6. Grayscale: #A6A6A6. Windows color (decimal): -5065415 or 3782066. OLE color: 3782066.

HSL color Cylindrical-coordinate representation of color #B2B539: hue angle of 61.45º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2B539 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 181 57 -
CMYK 0.02 0 0.69 0.29
HSL 61.45º 0.52% 0.47% -
HSV(B) 61.45º 0.69% 0.71% -
XYZ 35.62 42.81 10.26 -
YUV 165.97 66.51 136.58 -
System Red Green Blue C M Y K H S L
Decimal 178 181 57 0.02 0 0.69 0.29 61.45 0.52 0.47
Hex B2 B5 39 2 0 45 1D 3D 34 2F
Octal 262 265 71 2 0 105 35 75 64 57
Binary 10110010 10110101 111001 10 0 1000101 11101 111101 110100 101111

Color Harmonies of #B2B539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B539

Black with #B2B539

Text Example


Text Example

White with #B2B539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B539; }

 p { color: rgb(178,181,57); }

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

background-color css

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

 a { background-color: rgb(178,181,57); }

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

border-color css

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

 span { border-color: rgb(178,181,57); }

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