Html Css Color HEX #B2B53A Brass

📋 copy color: '#B2B53A'

red 178 ◦ green 181 ◦ blue 58

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

Shades of Brass #B2B53A

Tints of Brass #B2B53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.91%

R = 42.69%
G = 43.41%
B = 13.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B2B53A (or 0xB2B53A) is known color: Brass. HEX triplet: B2, B5 and 3A. RGB value is (178,181,58). Sum of RGB (Red+Green+Blue) = 178+181+58=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B53A is #4D4AC5. Grayscale: #A6A6A6. Windows color (decimal): -5065414 or 3847602. OLE color: 3847602.

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

Color convert

RGB 178 181 58 -
CMYK 0.02 0 0.68 0.29
HSL 61.46º 0.51% 0.47% -
HSV(B) 61.46º 0.68% 0.71% -
XYZ 35.65 42.82 10.39 -
YUV 166.08 67.01 136.5 -
System Red Green Blue C M Y K H S L
Decimal 178 181 58 0.02 0 0.68 0.29 61.46 0.51 0.47
Hex B2 B5 3A 2 0 44 1D 3D 33 2F
Octal 262 265 72 2 0 104 35 75 63 57
Binary 10110010 10110101 111010 10 0 1000100 11101 111101 110011 101111

Color Harmonies of #B2B53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B53A

Black with #B2B53A

Text Example


Text Example

White with #B2B53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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