Html Css Color HEX #B8AB43 Brass

📋 copy color: '#B8AB43'

red 184 ◦ green 171 ◦ blue 67

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

Shades of Brass #B8AB43

Tints of Brass #B8AB43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.88%

R = 43.6%
G = 40.52%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B8AB43 (or 0xB8AB43) is known color: Brass. HEX triplet: B8, AB and 43. RGB value is (184,171,67). Sum of RGB (Red+Green+Blue) = 184+171+67=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB43 is #4754BC. Grayscale: #A3A3A3. Windows color (decimal): -4674749 or 4434872. OLE color: 4434872.

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

Color convert

RGB 184 171 67 -
CMYK 0 0.07 0.64 0.28
HSL 53.33º 0.47% 0.49% -
HSV(B) 53.33º 0.64% 0.72% -
XYZ 35.34 39.72 11.11 -
YUV 163.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 184 171 67 0 0.07 0.64 0.28 53.33 0.47 0.49
Hex B8 AB 43 0 7 40 1C 35 2F 31
Octal 270 253 103 0 7 100 34 65 57 61
Binary 10111000 10101011 1000011 0 111 1000000 11100 110101 101111 110001

Color Harmonies of #B8AB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB43

Black with #B8AB43

Text Example


Text Example

White with #B8AB43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB43; }

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

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

background-color css

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

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

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

border-color css

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

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

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