Html Css Color HEX #B6A03E Brass

📋 copy color: '#B6A03E'

red 182 ◦ green 160 ◦ blue 62

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

Shades of Brass #B6A03E

Tints of Brass #B6A03E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.6%

 BLUE value IS 62 (24.61% from 255) = 15.35%

R = 45.05%
G = 39.6%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6A03E (or 0xB6A03E) is known color: Brass. HEX triplet: B6, A0 and 3E. RGB value is (182,160,62). Sum of RGB (Red+Green+Blue) = 182+160+62=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A03E is #495FC1. Grayscale: #9B9B9B. Windows color (decimal): -4808642 or 4104374. OLE color: 4104374.

HSL color Cylindrical-coordinate representation of color #B6A03E: hue angle of 49º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6A03E is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 160 62 -
CMYK 0 0.12 0.66 0.29
HSL 49º 0.49% 0.48% -
HSV(B) 49º 0.66% 0.71% -
XYZ 32.73 35.43 9.67 -
YUV 155.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 182 160 62 0 0.12 0.66 0.29 49 0.49 0.48
Hex B6 A0 3E 0 C 42 1D 31 31 30
Octal 266 240 76 0 14 102 35 61 61 60
Binary 10110110 10100000 111110 0 1100 1000010 11101 110001 110001 110000

Color Harmonies of #B6A03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A03E

Black with #B6A03E

Text Example


Text Example

White with #B6A03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A03E; }

 p { color: rgb(182,160,62); }

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

background-color css

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

 a { background-color: rgb(182,160,62); }

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

border-color css

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

 span { border-color: rgb(182,160,62); }

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