Html Css Color HEX #B8A639 Brass

📋 copy color: '#B8A639'

red 184 ◦ green 166 ◦ blue 57

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

Shades of Brass #B8A639

Tints of Brass #B8A639

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.79%

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

R = 45.21%
G = 40.79%
B = 14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B8A639 (or 0xB8A639) is known color: Brass. HEX triplet: B8, A6 and 39. RGB value is (184,166,57). Sum of RGB (Red+Green+Blue) = 184+166+57=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A639 is #4759C6. Grayscale: #9F9F9F. Windows color (decimal): -4676039 or 3778232. OLE color: 3778232.

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

Color convert

RGB 184 166 57 -
CMYK 0 0.10 0.69 0.28
HSL 51.5º 0.53% 0.47% -
HSV(B) 51.5º 0.69% 0.72% -
XYZ 34.14 37.76 9.36 -
YUV 158.96 70.46 145.86 -
System Red Green Blue C M Y K H S L
Decimal 184 166 57 0 0.10 0.69 0.28 51.5 0.53 0.47
Hex B8 A6 39 0 A 45 1C 33 35 2F
Octal 270 246 71 0 12 105 34 63 65 57
Binary 10111000 10100110 111001 0 1010 1000101 11100 110011 110101 101111

Color Harmonies of #B8A639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A639

Black with #B8A639

Text Example


Text Example

White with #B8A639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A639; }

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

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

background-color css

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

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

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

border-color css

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

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

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