Html Css Color HEX #B6AB3A Brass

📋 copy color: '#B6AB3A'

red 182 ◦ green 171 ◦ blue 58

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

Shades of Brass #B6AB3A

Tints of Brass #B6AB3A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.61%

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

R = 44.28%
G = 41.61%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6AB3A (or 0xB6AB3A) is known color: Brass. HEX triplet: B6, AB and 3A. RGB value is (182,171,58). Sum of RGB (Red+Green+Blue) = 182+171+58=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AB3A is #4954C5. Grayscale: #A1A1A1. Windows color (decimal): -4805830 or 3845046. OLE color: 3845046.

HSL color Cylindrical-coordinate representation of color #B6AB3A: hue angle of 54.68º 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 #B6AB3A is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 171 58 -
CMYK 0 0.06 0.68 0.29
HSL 54.68º 0.52% 0.47% -
HSV(B) 54.68º 0.68% 0.71% -
XYZ 34.62 39.38 9.78 -
YUV 161.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 182 171 58 0 0.06 0.68 0.29 54.68 0.52 0.47
Hex B6 AB 3A 0 6 44 1D 37 34 2F
Octal 266 253 72 0 6 104 35 67 64 57
Binary 10110110 10101011 111010 0 110 1000100 11101 110111 110100 101111

Color Harmonies of #B6AB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AB3A

Black with #B6AB3A

Text Example


Text Example

White with #B6AB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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