Html Css Color HEX #B8B539 Brass

📋 copy color: '#B8B539'

red 184 ◦ green 181 ◦ blue 57

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

Shades of Brass #B8B539

Tints of Brass #B8B539

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

 BLUE value IS 57 (22.66% from 255) = 13.51%

R = 43.6%
G = 42.89%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B8B539 (or 0xB8B539) is known color: Brass. HEX triplet: B8, B5 and 39. RGB value is (184,181,57). Sum of RGB (Red+Green+Blue) = 184+181+57=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B539 is #474AC6. Grayscale: #A8A8A8. Windows color (decimal): -4672199 or 3782072. OLE color: 3782072.

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

Color convert

RGB 184 181 57 -
CMYK 0 0.02 0.69 0.28
HSL 58.58º 0.53% 0.47% -
HSV(B) 58.58º 0.69% 0.72% -
XYZ 37.03 43.53 10.32 -
YUV 167.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 184 181 57 0 0.02 0.69 0.28 58.58 0.53 0.47
Hex B8 B5 39 0 2 45 1C 3B 35 2F
Octal 270 265 71 0 2 105 34 73 65 57
Binary 10111000 10110101 111001 0 10 1000101 11100 111011 110101 101111

Color Harmonies of #B8B539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B539

Black with #B8B539

Text Example


Text Example

White with #B8B539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B539; }

 p { color: rgb(184,181,57); }

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

background-color css

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

 a { background-color: rgb(184,181,57); }

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

border-color css

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

 span { border-color: rgb(184,181,57); }

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