Html Css Color HEX #B2B342 Brass

📋 copy color: '#B2B342'

red 178 ◦ green 179 ◦ blue 66

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

Shades of Brass #B2B342

Tints of Brass #B2B342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.32%

 BLUE value IS 66 (26.17% from 255) = 15.6%

R = 42.08%
G = 42.32%
B = 15.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B2B342 (or 0xB2B342) is known color: Brass. HEX triplet: B2, B3 and 42. RGB value is (178,179,66). Sum of RGB (Red+Green+Blue) = 178+179+66=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B342 is #4D4CBD. Grayscale: #A6A6A6. Windows color (decimal): -5065918 or 4371378. OLE color: 4371378.

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

Color convert

RGB 178 179 66 -
CMYK 0.01 0 0.63 0.30
HSL 60.53º 0.46% 0.48% -
HSV(B) 60.53º 0.63% 0.7% -
XYZ 35.46 42.1 11.41 -
YUV 165.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 178 179 66 0.01 0 0.63 0.30 60.53 0.46 0.48
Hex B2 B3 42 1 0 3F 1E 3D 2E 30
Octal 262 263 102 1 0 77 36 75 56 60
Binary 10110010 10110011 1000010 1 0 111111 11110 111101 101110 110000

Color Harmonies of #B2B342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B342

Black with #B2B342

Text Example


Text Example

White with #B2B342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B342; }

 p { color: rgb(178,179,66); }

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

background-color css

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

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

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

border-color css

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

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

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