Html Css Color HEX #B8A438 Brass

📋 copy color: '#B8A438'

red 184 ◦ green 164 ◦ blue 56

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

Shades of Brass #B8A438

Tints of Brass #B8A438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.59%

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

R = 45.54%
G = 40.59%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B8A438 (or 0xB8A438) is known color: Brass. HEX triplet: B8, A4 and 38. RGB value is (184,164,56). Sum of RGB (Red+Green+Blue) = 184+164+56=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A438 is #475BC7. Grayscale: #9E9E9E. Windows color (decimal): -4676552 or 3712184. OLE color: 3712184.

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

Color convert

RGB 184 164 56 -
CMYK 0 0.11 0.70 0.28
HSL 50.63º 0.53% 0.47% -
HSV(B) 50.63º 0.7% 0.72% -
XYZ 33.76 37.03 9.11 -
YUV 157.67 70.63 146.78 -
System Red Green Blue C M Y K H S L
Decimal 184 164 56 0 0.11 0.70 0.28 50.63 0.53 0.47
Hex B8 A4 38 0 B 46 1C 33 35 2F
Octal 270 244 70 0 13 106 34 63 65 57
Binary 10111000 10100100 111000 0 1011 1000110 11100 110011 110101 101111

Color Harmonies of #B8A438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A438

Black with #B8A438

Text Example


Text Example

White with #B8A438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A438; }

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

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

background-color css

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

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

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

border-color css

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

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

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