Html Css Color HEX #B6A83A Brass

📋 copy color: '#B6A83A'

red 182 ◦ green 168 ◦ blue 58

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

Shades of Brass #B6A83A

Tints of Brass #B6A83A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.18%

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

R = 44.61%
G = 41.18%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6A83A (or 0xB6A83A) is known color: Brass. HEX triplet: B6, A8 and 3A. RGB value is (182,168,58). Sum of RGB (Red+Green+Blue) = 182+168+58=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A83A is #4957C5. Grayscale: #A0A0A0. Windows color (decimal): -4806598 or 3844278. OLE color: 3844278.

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

Color convert

RGB 182 168 58 -
CMYK 0 0.08 0.68 0.29
HSL 53.23º 0.52% 0.47% -
HSV(B) 53.23º 0.68% 0.71% -
XYZ 34.06 38.26 9.59 -
YUV 159.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 182 168 58 0 0.08 0.68 0.29 53.23 0.52 0.47
Hex B6 A8 3A 0 8 44 1D 35 34 2F
Octal 266 250 72 0 10 104 35 65 64 57
Binary 10110110 10101000 111010 0 1000 1000100 11101 110101 110100 101111

Color Harmonies of #B6A83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A83A

Black with #B6A83A

Text Example


Text Example

White with #B6A83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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