Html Css Color HEX #B8AB4E Brass

📋 copy color: '#B8AB4E'

red 184 ◦ green 171 ◦ blue 78

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

Shades of Brass #B8AB4E

Tints of Brass #B8AB4E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.49%

 BLUE value IS 78 (30.86% from 255) = 18.01%

R = 42.49%
G = 39.49%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8AB4E (or 0xB8AB4E) is known color: Brass. HEX triplet: B8, AB and 4E. RGB value is (184,171,78). Sum of RGB (Red+Green+Blue) = 184+171+78=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB4E is #4754B1. Grayscale: #A4A4A4. Windows color (decimal): -4674738 or 5155768. OLE color: 5155768.

HSL color Cylindrical-coordinate representation of color #B8AB4E: hue angle of 52.64º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8AB4E is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 171 78 -
CMYK 0 0.07 0.58 0.28
HSL 52.64º 0.43% 0.51% -
HSV(B) 52.64º 0.58% 0.72% -
XYZ 35.71 39.87 13.02 -
YUV 164.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 184 171 78 0 0.07 0.58 0.28 52.64 0.43 0.51
Hex B8 AB 4E 0 7 3A 1C 35 2B 33
Octal 270 253 116 0 7 72 34 65 53 63
Binary 10111000 10101011 1001110 0 111 111010 11100 110101 101011 110011

Color Harmonies of #B8AB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB4E

Black with #B8AB4E

Text Example


Text Example

White with #B8AB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB4E; }

 p { color: rgb(184,171,78); }

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

background-color css

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

 a { background-color: rgb(184,171,78); }

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

border-color css

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

 span { border-color: rgb(184,171,78); }

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