Html Css Color HEX #B8AB35 Brass

📋 copy color: '#B8AB35'

red 184 ◦ green 171 ◦ blue 53

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

Shades of Brass #B8AB35

Tints of Brass #B8AB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.99%

R = 45.1%
G = 41.91%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B8AB35 (or 0xB8AB35) is known color: Brass. HEX triplet: B8, AB and 35. RGB value is (184,171,53). Sum of RGB (Red+Green+Blue) = 184+171+53=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB35 is #4754CA. Grayscale: #A1A1A1. Windows color (decimal): -4674763 or 3517368. OLE color: 3517368.

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

Color convert

RGB 184 171 53 -
CMYK 0 0.07 0.71 0.28
HSL 54.05º 0.55% 0.46% -
HSV(B) 54.05º 0.71% 0.72% -
XYZ 34.97 39.57 9.16 -
YUV 161.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 184 171 53 0 0.07 0.71 0.28 54.05 0.55 0.46
Hex B8 AB 35 0 7 47 1C 36 37 2E
Octal 270 253 65 0 7 107 34 66 67 56
Binary 10111000 10101011 110101 0 111 1000111 11100 110110 110111 101110

Color Harmonies of #B8AB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB35

Black with #B8AB35

Text Example


Text Example

White with #B8AB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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