Html Css Color HEX #B6A24A Brass

📋 copy color: '#B6A24A'

red 182 ◦ green 162 ◦ blue 74

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

Shades of Brass #B6A24A

Tints of Brass #B6A24A

RGB

 RED value IS 182 (71.48% from 255) = 43.54%

 GREEN value IS 162 (63.67% from 255) = 38.76%

 BLUE value IS 74 (29.3% from 255) = 17.7%

R = 43.54%
G = 38.76%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6A24A (or 0xB6A24A) is known color: Brass. HEX triplet: B6, A2 and 4A. RGB value is (182,162,74). Sum of RGB (Red+Green+Blue) = 182+162+74=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A24A is #495DB5. Grayscale: #9E9E9E. Windows color (decimal): -4808118 or 4891318. OLE color: 4891318.

HSL color Cylindrical-coordinate representation of color #B6A24A: hue angle of 48.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6A24A is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 162 74 -
CMYK 0 0.11 0.59 0.29
HSL 48.89º 0.43% 0.5% -
HSV(B) 48.89º 0.59% 0.71% -
XYZ 33.45 36.28 11.72 -
YUV 157.95 80.63 145.16 -
System Red Green Blue C M Y K H S L
Decimal 182 162 74 0 0.11 0.59 0.29 48.89 0.43 0.5
Hex B6 A2 4A 0 B 3B 1D 31 2B 32
Octal 266 242 112 0 13 73 35 61 53 62
Binary 10110110 10100010 1001010 0 1011 111011 11101 110001 101011 110010

Color Harmonies of #B6A24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A24A

Black with #B6A24A

Text Example


Text Example

White with #B6A24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A24A; }

 p { color: rgb(182,162,74); }

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

background-color css

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

 a { background-color: rgb(182,162,74); }

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

border-color css

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

 span { border-color: rgb(182,162,74); }

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