Html Css Color HEX #B2B144 Brass

📋 copy color: '#B2B144'

red 178 ◦ green 177 ◦ blue 68

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

Shades of Brass #B2B144

Tints of Brass #B2B144

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.84%

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

R = 42.08%
G = 41.84%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B2B144 (or 0xB2B144) is known color: Brass. HEX triplet: B2, B1 and 44. RGB value is (178,177,68). Sum of RGB (Red+Green+Blue) = 178+177+68=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B144 is #4D4EBB. Grayscale: #A5A5A5. Windows color (decimal): -5066428 or 4501938. OLE color: 4501938.

HSL color Cylindrical-coordinate representation of color #B2B144: hue angle of 59.45º 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 #B2B144 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 177 68 -
CMYK 0 0.01 0.62 0.30
HSL 59.45º 0.45% 0.48% -
HSV(B) 59.45º 0.62% 0.7% -
XYZ 35.13 41.33 11.59 -
YUV 164.87 73.33 137.36 -
System Red Green Blue C M Y K H S L
Decimal 178 177 68 0 0.01 0.62 0.30 59.45 0.45 0.48
Hex B2 B1 44 0 1 3E 1E 3B 2D 30
Octal 262 261 104 0 1 76 36 73 55 60
Binary 10110010 10110001 1000100 0 1 111110 11110 111011 101101 110000

Color Harmonies of #B2B144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B144

Black with #B2B144

Text Example


Text Example

White with #B2B144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B144; }

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

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

background-color css

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

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

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

border-color css

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

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

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