Html Css Color HEX #B6A33D Brass

📋 copy color: '#B6A33D'

red 182 ◦ green 163 ◦ blue 61

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

Shades of Brass #B6A33D

Tints of Brass #B6A33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.02%

R = 44.83%
G = 40.15%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6A33D (or 0xB6A33D) is known color: Brass. HEX triplet: B6, A3 and 3D. RGB value is (182,163,61). Sum of RGB (Red+Green+Blue) = 182+163+61=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A33D is #495CC2. Grayscale: #9D9D9D. Windows color (decimal): -4807875 or 4039606. OLE color: 4039606.

HSL color Cylindrical-coordinate representation of color #B6A33D: hue angle of 50.58º degrees, saturation: 0.5, 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 #B6A33D is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 163 61 -
CMYK 0 0.10 0.66 0.29
HSL 50.58º 0.5% 0.48% -
HSV(B) 50.58º 0.66% 0.71% -
XYZ 33.23 36.48 9.7 -
YUV 157.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 182 163 61 0 0.10 0.66 0.29 50.58 0.5 0.48
Hex B6 A3 3D 0 A 42 1D 33 32 30
Octal 266 243 75 0 12 102 35 63 62 60
Binary 10110110 10100011 111101 0 1010 1000010 11101 110011 110010 110000

Color Harmonies of #B6A33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A33D

Black with #B6A33D

Text Example


Text Example

White with #B6A33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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