Html Css Color HEX #B6A33A Brass

📋 copy color: '#B6A33A'

red 182 ◦ green 163 ◦ blue 58

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

Shades of Brass #B6A33A

Tints of Brass #B6A33A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.45%

 BLUE value IS 58 (23.05% from 255) = 14.39%

R = 45.16%
G = 40.45%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6A33A (or 0xB6A33A) is known color: Brass. HEX triplet: B6, A3 and 3A. RGB value is (182,163,58). Sum of RGB (Red+Green+Blue) = 182+163+58=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A33A is #495CC5. Grayscale: #9D9D9D. Windows color (decimal): -4807878 or 3842998. OLE color: 3842998.

HSL color Cylindrical-coordinate representation of color #B6A33A: hue angle of 50.81º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6A33A is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 163 58 -
CMYK 0 0.10 0.68 0.29
HSL 50.81º 0.52% 0.47% -
HSV(B) 50.81º 0.68% 0.71% -
XYZ 33.15 36.44 9.29 -
YUV 156.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 182 163 58 0 0.10 0.68 0.29 50.81 0.52 0.47
Hex B6 A3 3A 0 A 44 1D 33 34 2F
Octal 266 243 72 0 12 104 35 63 64 57
Binary 10110110 10100011 111010 0 1010 1000100 11101 110011 110100 101111

Color Harmonies of #B6A33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A33A

Black with #B6A33A

Text Example


Text Example

White with #B6A33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A33A; }

 p { color: rgb(182,163,58); }

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

background-color css

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

 a { background-color: rgb(182,163,58); }

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

border-color css

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

 span { border-color: rgb(182,163,58); }

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