Html Css Color HEX #B8B837 Brass

📋 copy color: '#B8B837'

red 184 ◦ green 184 ◦ blue 55

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

Shades of Brass #B8B837

Tints of Brass #B8B837

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.5%

 BLUE value IS 55 (21.88% from 255) = 13%

R = 43.5%
G = 43.5%
B = 13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B8B837 (or 0xB8B837) is known color: Brass. HEX triplet: B8, B8 and 37. RGB value is (184,184,55). Sum of RGB (Red+Green+Blue) = 184+184+55=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B837 is #4747C8. Grayscale: #A9A9A9. Windows color (decimal): -4671433 or 3651768. OLE color: 3651768.

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

Color convert

RGB 184 184 55 -
CMYK 0 0 0.70 0.28
HSL 60º 0.54% 0.47% -
HSV(B) 60º 0.7% 0.72% -
XYZ 37.6 44.75 10.27 -
YUV 169.29 63.5 138.49 -
System Red Green Blue C M Y K H S L
Decimal 184 184 55 0 0 0.70 0.28 60 0.54 0.47
Hex B8 B8 37 0 0 46 1C 3C 36 2F
Octal 270 270 67 0 0 106 34 74 66 57
Binary 10111000 10111000 110111 0 0 1000110 11100 111100 110110 101111

Color Harmonies of #B8B837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B837

Black with #B8B837

Text Example


Text Example

White with #B8B837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B837; }

 p { color: rgb(184,184,55); }

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

background-color css

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

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

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

border-color css

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

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

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