Html Css Color HEX #B8AB45 Brass

📋 copy color: '#B8AB45'

red 184 ◦ green 171 ◦ blue 69

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

Shades of Brass #B8AB45

Tints of Brass #B8AB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.27%

R = 43.4%
G = 40.33%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B8AB45 (or 0xB8AB45) is known color: Brass. HEX triplet: B8, AB and 45. RGB value is (184,171,69). Sum of RGB (Red+Green+Blue) = 184+171+69=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB45 is #4754BA. Grayscale: #A3A3A3. Windows color (decimal): -4674747 or 4565944. OLE color: 4565944.

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

Color convert

RGB 184 171 69 -
CMYK 0 0.07 0.62 0.28
HSL 53.22º 0.45% 0.5% -
HSV(B) 53.22º 0.63% 0.72% -
XYZ 35.4 39.75 11.44 -
YUV 163.26 74.81 142.79 -
System Red Green Blue C M Y K H S L
Decimal 184 171 69 0 0.07 0.62 0.28 53.22 0.45 0.5
Hex B8 AB 45 0 7 3E 1C 35 2D 32
Octal 270 253 105 0 7 76 34 65 55 62
Binary 10111000 10101011 1000101 0 111 111110 11100 110101 101101 110010

Color Harmonies of #B8AB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB45

Black with #B8AB45

Text Example


Text Example

White with #B8AB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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