Html Css Color HEX #B8B136 Brass

📋 copy color: '#B8B136'

red 184 ◦ green 177 ◦ blue 54

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

Shades of Brass #B8B136

Tints of Brass #B8B136

RGB

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

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

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

R = 44.34%
G = 42.65%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B8B136 (or 0xB8B136) is known color: Brass. HEX triplet: B8, B1 and 36. RGB value is (184,177,54). Sum of RGB (Red+Green+Blue) = 184+177+54=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B136 is #474EC9. Grayscale: #A5A5A5. Windows color (decimal): -4673226 or 3584440. OLE color: 3584440.

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

Color convert

RGB 184 177 54 -
CMYK 0 0.04 0.71 0.28
HSL 56.77º 0.55% 0.47% -
HSV(B) 56.77º 0.71% 0.72% -
XYZ 36.16 41.9 9.67 -
YUV 165.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 184 177 54 0 0.04 0.71 0.28 56.77 0.55 0.47
Hex B8 B1 36 0 4 47 1C 39 37 2F
Octal 270 261 66 0 4 107 34 71 67 57
Binary 10111000 10110001 110110 0 100 1000111 11100 111001 110111 101111

Color Harmonies of #B8B136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B136

Black with #B8B136

Text Example


Text Example

White with #B8B136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B136; }

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

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

background-color css

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

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

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

border-color css

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

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

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