Html Css Color HEX #B8AF42 Brass

📋 copy color: '#B8AF42'

red 184 ◦ green 175 ◦ blue 66

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

Shades of Brass #B8AF42

Tints of Brass #B8AF42

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.18%

 BLUE value IS 66 (26.17% from 255) = 15.53%

R = 43.29%
G = 41.18%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B8AF42 (or 0xB8AF42) is known color: Brass. HEX triplet: B8, AF and 42. RGB value is (184,175,66). Sum of RGB (Red+Green+Blue) = 184+175+66=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF42 is #4750BD. Grayscale: #A5A5A5. Windows color (decimal): -4673726 or 4370360. OLE color: 4370360.

HSL color Cylindrical-coordinate representation of color #B8AF42: hue angle of 55.42º 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 #B8AF42 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 66 -
CMYK 0 0.05 0.64 0.28
HSL 55.42º 0.47% 0.49% -
HSV(B) 55.42º 0.64% 0.72% -
XYZ 36.08 41.24 11.21 -
YUV 165.27 71.98 141.36 -
System Red Green Blue C M Y K H S L
Decimal 184 175 66 0 0.05 0.64 0.28 55.42 0.47 0.49
Hex B8 AF 42 0 5 40 1C 37 2F 31
Octal 270 257 102 0 5 100 34 67 57 61
Binary 10111000 10101111 1000010 0 101 1000000 11100 110111 101111 110001

Color Harmonies of #B8AF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF42

Black with #B8AF42

Text Example


Text Example

White with #B8AF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF42; }

 p { color: rgb(184,175,66); }

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

background-color css

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

 a { background-color: rgb(184,175,66); }

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

border-color css

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

 span { border-color: rgb(184,175,66); }

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