Html Css Color HEX #B8B138 Brass

📋 copy color: '#B8B138'

red 184 ◦ green 177 ◦ blue 56

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

Shades of Brass #B8B138

Tints of Brass #B8B138

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.45%

 BLUE value IS 56 (22.27% from 255) = 13.43%

R = 44.12%
G = 42.45%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B8B138 (or 0xB8B138) is known color: Brass. HEX triplet: B8, B1 and 38. RGB value is (184,177,56). Sum of RGB (Red+Green+Blue) = 184+177+56=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B138 is #474EC7. Grayscale: #A5A5A5. Windows color (decimal): -4673224 or 3715512. OLE color: 3715512.

HSL color Cylindrical-coordinate representation of color #B8B138: hue angle of 56.72º degrees, saturation: 0.53, 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 #B8B138 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 177 56 -
CMYK 0 0.04 0.70 0.28
HSL 56.72º 0.53% 0.47% -
HSV(B) 56.72º 0.7% 0.72% -
XYZ 36.2 41.92 9.92 -
YUV 165.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 184 177 56 0 0.04 0.70 0.28 56.72 0.53 0.47
Hex B8 B1 38 0 4 46 1C 39 35 2F
Octal 270 261 70 0 4 106 34 71 65 57
Binary 10111000 10110001 111000 0 100 1000110 11100 111001 110101 101111

Color Harmonies of #B8B138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B138

Black with #B8B138

Text Example


Text Example

White with #B8B138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B138; }

 p { color: rgb(184,177,56); }

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

background-color css

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

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

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

border-color css

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

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

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