Html Css Color HEX #B2B534 Brass

📋 copy color: '#B2B534'

red 178 ◦ green 181 ◦ blue 52

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

Shades of Brass #B2B534

Tints of Brass #B2B534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.65%

R = 43.31%
G = 44.04%
B = 12.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B2B534 (or 0xB2B534) is known color: Brass. HEX triplet: B2, B5 and 34. RGB value is (178,181,52). Sum of RGB (Red+Green+Blue) = 178+181+52=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B534 is #4D4ACB. Grayscale: #A5A5A5. Windows color (decimal): -5065420 or 3454386. OLE color: 3454386.

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

Color convert

RGB 178 181 52 -
CMYK 0.02 0 0.71 0.29
HSL 61.4º 0.55% 0.46% -
HSV(B) 61.4º 0.71% 0.71% -
XYZ 35.5 42.76 9.63 -
YUV 165.4 64.01 136.99 -
System Red Green Blue C M Y K H S L
Decimal 178 181 52 0.02 0 0.71 0.29 61.4 0.55 0.46
Hex B2 B5 34 2 0 47 1D 3D 37 2E
Octal 262 265 64 2 0 107 35 75 67 56
Binary 10110010 10110101 110100 10 0 1000111 11101 111101 110111 101110

Color Harmonies of #B2B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B534

Black with #B2B534

Text Example


Text Example

White with #B2B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B534; }

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

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

background-color css

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

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

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

border-color css

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

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

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