Html Css Color HEX #B8AB4F Brass

📋 copy color: '#B8AB4F'

red 184 ◦ green 171 ◦ blue 79

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

Shades of Brass #B8AB4F

Tints of Brass #B8AB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.2%

R = 42.4%
G = 39.4%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B8AB4F (or 0xB8AB4F) is known color: Brass. HEX triplet: B8, AB and 4F. RGB value is (184,171,79). Sum of RGB (Red+Green+Blue) = 184+171+79=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB4F is #4754B0. Grayscale: #A4A4A4. Windows color (decimal): -4674737 or 5221304. OLE color: 5221304.

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

Color convert

RGB 184 171 79 -
CMYK 0 0.07 0.57 0.28
HSL 52.57º 0.43% 0.52% -
HSV(B) 52.57º 0.57% 0.72% -
XYZ 35.74 39.88 13.21 -
YUV 164.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 184 171 79 0 0.07 0.57 0.28 52.57 0.43 0.52
Hex B8 AB 4F 0 7 39 1C 35 2B 34
Octal 270 253 117 0 7 71 34 65 53 64
Binary 10111000 10101011 1001111 0 111 111001 11100 110101 101011 110100

Color Harmonies of #B8AB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB4F

Black with #B8AB4F

Text Example


Text Example

White with #B8AB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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