Html Css Color HEX #B2A841 Brass

📋 copy color: '#B2A841'

red 178 ◦ green 168 ◦ blue 65

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

Shades of Brass #B2A841

Tints of Brass #B2A841

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.88%

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

R = 43.31%
G = 40.88%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B2A841 (or 0xB2A841) is known color: Brass. HEX triplet: B2, A8 and 41. RGB value is (178,168,65). Sum of RGB (Red+Green+Blue) = 178+168+65=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A841 is #4D57BE. Grayscale: #9F9F9F. Windows color (decimal): -5068735 or 4303026. OLE color: 4303026.

HSL color Cylindrical-coordinate representation of color #B2A841: hue angle of 54.69º degrees, saturation: 0.47, 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 #B2A841 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 168 65 -
CMYK 0 0.06 0.63 0.30
HSL 54.69º 0.47% 0.48% -
HSV(B) 54.69º 0.63% 0.7% -
XYZ 33.32 37.85 10.55 -
YUV 159.25 74.81 141.38 -
System Red Green Blue C M Y K H S L
Decimal 178 168 65 0 0.06 0.63 0.30 54.69 0.47 0.48
Hex B2 A8 41 0 6 3F 1E 37 2F 30
Octal 262 250 101 0 6 77 36 67 57 60
Binary 10110010 10101000 1000001 0 110 111111 11110 110111 101111 110000

Color Harmonies of #B2A841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A841

Black with #B2A841

Text Example


Text Example

White with #B2A841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A841; }

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

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

background-color css

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

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

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

border-color css

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

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

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