Html Css Color HEX #B6A633 Brass

📋 copy color: '#B6A633'

red 182 ◦ green 166 ◦ blue 51

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

Shades of Brass #B6A633

Tints of Brass #B6A633

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.6%

 BLUE value IS 51 (20.31% from 255) = 12.78%

R = 45.61%
G = 41.6%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B6A633 (or 0xB6A633) is known color: Brass. HEX triplet: B6, A6 and 33. RGB value is (182,166,51). Sum of RGB (Red+Green+Blue) = 182+166+51=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A633 is #4959CC. Grayscale: #9E9E9E. Windows color (decimal): -4807117 or 3385014. OLE color: 3385014.

HSL color Cylindrical-coordinate representation of color #B6A633: hue angle of 52.67º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B6A633 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 166 51 -
CMYK 0 0.09 0.72 0.29
HSL 52.67º 0.56% 0.46% -
HSV(B) 52.67º 0.72% 0.71% -
XYZ 33.53 37.46 8.59 -
YUV 157.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 182 166 51 0 0.09 0.72 0.29 52.67 0.56 0.46
Hex B6 A6 33 0 9 48 1D 35 38 2E
Octal 266 246 63 0 11 110 35 65 70 56
Binary 10110110 10100110 110011 0 1001 1001000 11101 110101 111000 101110

Color Harmonies of #B6A633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A633

Black with #B6A633

Text Example


Text Example

White with #B6A633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A633; }

 p { color: rgb(182,166,51); }

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

background-color css

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

 a { background-color: rgb(182,166,51); }

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

border-color css

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

 span { border-color: rgb(182,166,51); }

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