Html Css Color HEX #B6A838 Brass

📋 copy color: '#B6A838'

red 182 ◦ green 168 ◦ blue 56

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

Shades of Brass #B6A838

Tints of Brass #B6A838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.79%

R = 44.83%
G = 41.38%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B6A838 (or 0xB6A838) is known color: Brass. HEX triplet: B6, A8 and 38. RGB value is (182,168,56). Sum of RGB (Red+Green+Blue) = 182+168+56=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A838 is #4957C7. Grayscale: #9F9F9F. Windows color (decimal): -4806600 or 3713206. OLE color: 3713206.

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

Color convert

RGB 182 168 56 -
CMYK 0 0.08 0.69 0.29
HSL 53.33º 0.53% 0.47% -
HSV(B) 53.33º 0.69% 0.71% -
XYZ 34.01 38.24 9.33 -
YUV 159.42 69.64 144.11 -
System Red Green Blue C M Y K H S L
Decimal 182 168 56 0 0.08 0.69 0.29 53.33 0.53 0.47
Hex B6 A8 38 0 8 45 1D 35 35 2F
Octal 266 250 70 0 10 105 35 65 65 57
Binary 10110110 10101000 111000 0 1000 1000101 11101 110101 110101 101111

Color Harmonies of #B6A838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A838

Black with #B6A838

Text Example


Text Example

White with #B6A838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A838; }

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

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

background-color css

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

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

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

border-color css

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

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

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