Html Css Color HEX #B8A636 Brass

📋 copy color: '#B8A636'

red 184 ◦ green 166 ◦ blue 54

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

Shades of Brass #B8A636

Tints of Brass #B8A636

RGB

 RED value IS 184 (72.27% from 255) = 45.54%

 GREEN value IS 166 (65.23% from 255) = 41.09%

 BLUE value IS 54 (21.48% from 255) = 13.37%

R = 45.54%
G = 41.09%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B8A636 (or 0xB8A636) is known color: Brass. HEX triplet: B8, A6 and 36. RGB value is (184,166,54). Sum of RGB (Red+Green+Blue) = 184+166+54=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A636 is #4759C9. Grayscale: #9F9F9F. Windows color (decimal): -4676042 or 3581624. OLE color: 3581624.

HSL color Cylindrical-coordinate representation of color #B8A636: hue angle of 51.69º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8A636 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 166 54 -
CMYK 0 0.10 0.71 0.28
HSL 51.69º 0.55% 0.47% -
HSV(B) 51.69º 0.71% 0.72% -
XYZ 34.07 37.73 8.98 -
YUV 158.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 184 166 54 0 0.10 0.71 0.28 51.69 0.55 0.47
Hex B8 A6 36 0 A 47 1C 34 37 2F
Octal 270 246 66 0 12 107 34 64 67 57
Binary 10111000 10100110 110110 0 1010 1000111 11100 110100 110111 101111

Color Harmonies of #B8A636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A636

Black with #B8A636

Text Example


Text Example

White with #B8A636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A636; }

 p { color: rgb(184,166,54); }

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

background-color css

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

 a { background-color: rgb(184,166,54); }

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

border-color css

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

 span { border-color: rgb(184,166,54); }

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