Html Css Color HEX #B2A842 Brass

📋 copy color: '#B2A842'

red 178 ◦ green 168 ◦ blue 66

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

Shades of Brass #B2A842

Tints of Brass #B2A842

RGB

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

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

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

R = 43.2%
G = 40.78%
B = 16.02%

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

#B2A842 (or 0xB2A842) is known color: Brass. HEX triplet: B2, A8 and 42. RGB value is (178,168,66). Sum of RGB (Red+Green+Blue) = 178+168+66=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A842 is #4D57BD. Grayscale: #9F9F9F. Windows color (decimal): -5068734 or 4368562. OLE color: 4368562.

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

Color convert

RGB 178 168 66 -
CMYK 0 0.06 0.63 0.30
HSL 54.64º 0.46% 0.48% -
HSV(B) 54.64º 0.63% 0.7% -
XYZ 33.35 37.86 10.71 -
YUV 159.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 178 168 66 0 0.06 0.63 0.30 54.64 0.46 0.48
Hex B2 A8 42 0 6 3F 1E 37 2E 30
Octal 262 250 102 0 6 77 36 67 56 60
Binary 10110010 10101000 1000010 0 110 111111 11110 110111 101110 110000

Color Harmonies of #B2A842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A842

Black with #B2A842

Text Example


Text Example

White with #B2A842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A842; }

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

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

background-color css

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

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

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

border-color css

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

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

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