Html Css Color HEX #B8B040 Brass

📋 copy color: '#B8B040'

red 184 ◦ green 176 ◦ blue 64

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

Shades of Brass #B8B040

Tints of Brass #B8B040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.51%

 BLUE value IS 64 (25.39% from 255) = 15.09%

R = 43.4%
G = 41.51%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B8B040 (or 0xB8B040) is known color: Brass. HEX triplet: B8, B0 and 40. RGB value is (184,176,64). Sum of RGB (Red+Green+Blue) = 184+176+64=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B040 is #474FBF. Grayscale: #A6A6A6. Windows color (decimal): -4673472 or 4239544. OLE color: 4239544.

HSL color Cylindrical-coordinate representation of color #B8B040: hue angle of 56º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8B040 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 176 64 -
CMYK 0 0.04 0.65 0.28
HSL 56º 0.48% 0.49% -
HSV(B) 56º 0.65% 0.72% -
XYZ 36.22 41.61 10.97 -
YUV 165.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 184 176 64 0 0.04 0.65 0.28 56 0.48 0.49
Hex B8 B0 40 0 4 41 1C 38 30 31
Octal 270 260 100 0 4 101 34 70 60 61
Binary 10111000 10110000 1000000 0 100 1000001 11100 111000 110000 110001

Color Harmonies of #B8B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B040

Black with #B8B040

Text Example


Text Example

White with #B8B040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B040; }

 p { color: rgb(184,176,64); }

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

background-color css

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

 a { background-color: rgb(184,176,64); }

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

border-color css

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

 span { border-color: rgb(184,176,64); }

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