Html Css Color HEX #B2B244 Brass

📋 copy color: '#B2B244'

red 178 ◦ green 178 ◦ blue 68

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

Shades of Brass #B2B244

Tints of Brass #B2B244

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.98%

 BLUE value IS 68 (26.95% from 255) = 16.04%

R = 41.98%
G = 41.98%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B2B244 (or 0xB2B244) is known color: Brass. HEX triplet: B2, B2 and 44. RGB value is (178,178,68). Sum of RGB (Red+Green+Blue) = 178+178+68=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B244 is #4D4DBB. Grayscale: #A5A5A5. Windows color (decimal): -5066172 or 4502194. OLE color: 4502194.

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

Color convert

RGB 178 178 68 -
CMYK 0 0 0.62 0.30
HSL 60º 0.45% 0.48% -
HSV(B) 60º 0.62% 0.7% -
XYZ 35.32 41.72 11.66 -
YUV 165.46 73 136.94 -
System Red Green Blue C M Y K H S L
Decimal 178 178 68 0 0 0.62 0.30 60 0.45 0.48
Hex B2 B2 44 0 0 3E 1E 3C 2D 30
Octal 262 262 104 0 0 76 36 74 55 60
Binary 10110010 10110010 1000100 0 0 111110 11110 111100 101101 110000

Color Harmonies of #B2B244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B244

Black with #B2B244

Text Example


Text Example

White with #B2B244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B244; }

 p { color: rgb(178,178,68); }

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

background-color css

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

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

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

border-color css

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

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

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