Html Css Color HEX #B8A836 Brass

📋 copy color: '#B8A836'

red 184 ◦ green 168 ◦ blue 54

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

Shades of Brass #B8A836

Tints of Brass #B8A836

RGB

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

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

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

R = 45.32%
G = 41.38%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B8A836 (or 0xB8A836) is known color: Brass. HEX triplet: B8, A8 and 36. RGB value is (184,168,54). Sum of RGB (Red+Green+Blue) = 184+168+54=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A836 is #4757C9. Grayscale: #A0A0A0. Windows color (decimal): -4675530 or 3582136. OLE color: 3582136.

HSL color Cylindrical-coordinate representation of color #B8A836: hue angle of 52.62º 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 #B8A836 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 168 54 -
CMYK 0 0.09 0.71 0.28
HSL 52.62º 0.55% 0.47% -
HSV(B) 52.62º 0.71% 0.72% -
XYZ 34.44 38.46 9.1 -
YUV 159.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 184 168 54 0 0.09 0.71 0.28 52.62 0.55 0.47
Hex B8 A8 36 0 9 47 1C 35 37 2F
Octal 270 250 66 0 11 107 34 65 67 57
Binary 10111000 10101000 110110 0 1001 1000111 11100 110101 110111 101111

Color Harmonies of #B8A836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A836

Black with #B8A836

Text Example


Text Example

White with #B8A836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A836; }

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

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

background-color css

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

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

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

border-color css

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

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

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