Html Css Color HEX #B2B341 Brass

📋 copy color: '#B2B341'

red 178 ◦ green 179 ◦ blue 65

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

Shades of Brass #B2B341

Tints of Brass #B2B341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.4%

R = 42.18%
G = 42.42%
B = 15.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B2B341 (or 0xB2B341) is known color: Brass. HEX triplet: B2, B3 and 41. RGB value is (178,179,65). Sum of RGB (Red+Green+Blue) = 178+179+65=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B341 is #4D4CBE. Grayscale: #A6A6A6. Windows color (decimal): -5065919 or 4305842. OLE color: 4305842.

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

Color convert

RGB 178 179 65 -
CMYK 0.01 0 0.64 0.30
HSL 60.53º 0.47% 0.48% -
HSV(B) 60.53º 0.64% 0.7% -
XYZ 35.43 42.09 11.26 -
YUV 165.71 71.17 136.77 -
System Red Green Blue C M Y K H S L
Decimal 178 179 65 0.01 0 0.64 0.30 60.53 0.47 0.48
Hex B2 B3 41 1 0 40 1E 3D 2F 30
Octal 262 263 101 1 0 100 36 75 57 60
Binary 10110010 10110011 1000001 1 0 1000000 11110 111101 101111 110000

Color Harmonies of #B2B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B341

Black with #B2B341

Text Example


Text Example

White with #B2B341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B341; }

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

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

background-color css

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

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

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

border-color css

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

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

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