Html Css Color HEX #B8AB3A Brass

📋 copy color: '#B8AB3A'

red 184 ◦ green 171 ◦ blue 58

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

Shades of Brass #B8AB3A

Tints of Brass #B8AB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.04%

R = 44.55%
G = 41.4%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8AB3A (or 0xB8AB3A) is known color: Brass. HEX triplet: B8, AB and 3A. RGB value is (184,171,58). Sum of RGB (Red+Green+Blue) = 184+171+58=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB3A is #4754C5. Grayscale: #A2A2A2. Windows color (decimal): -4674758 or 3845048. OLE color: 3845048.

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

Color convert

RGB 184 171 58 -
CMYK 0 0.07 0.68 0.28
HSL 53.81º 0.52% 0.47% -
HSV(B) 53.81º 0.68% 0.72% -
XYZ 35.09 39.62 9.8 -
YUV 162.01 69.31 143.69 -
System Red Green Blue C M Y K H S L
Decimal 184 171 58 0 0.07 0.68 0.28 53.81 0.52 0.47
Hex B8 AB 3A 0 7 44 1C 36 34 2F
Octal 270 253 72 0 7 104 34 66 64 57
Binary 10111000 10101011 111010 0 111 1000100 11100 110110 110100 101111

Color Harmonies of #B8AB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB3A

Black with #B8AB3A

Text Example


Text Example

White with #B8AB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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