Html Css Color HEX #B8AC39 Brass

📋 copy color: '#B8AC39'

red 184 ◦ green 172 ◦ blue 57

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

Shades of Brass #B8AC39

Tints of Brass #B8AC39

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.65%

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

R = 44.55%
G = 41.65%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B8AC39 (or 0xB8AC39) is known color: Brass. HEX triplet: B8, AC and 39. RGB value is (184,172,57). Sum of RGB (Red+Green+Blue) = 184+172+57=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC39 is #4753C6. Grayscale: #A2A2A2. Windows color (decimal): -4674503 or 3779768. OLE color: 3779768.

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

Color convert

RGB 184 172 57 -
CMYK 0 0.07 0.69 0.28
HSL 54.33º 0.53% 0.47% -
HSV(B) 54.33º 0.69% 0.72% -
XYZ 35.26 39.99 9.73 -
YUV 162.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 184 172 57 0 0.07 0.69 0.28 54.33 0.53 0.47
Hex B8 AC 39 0 7 45 1C 36 35 2F
Octal 270 254 71 0 7 105 34 66 65 57
Binary 10111000 10101100 111001 0 111 1000101 11100 110110 110101 101111

Color Harmonies of #B8AC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC39

Black with #B8AC39

Text Example


Text Example

White with #B8AC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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