Html Css Color HEX #B8AF38 Brass

📋 copy color: '#B8AF38'

red 184 ◦ green 175 ◦ blue 56

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

Shades of Brass #B8AF38

Tints of Brass #B8AF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.49%

R = 44.34%
G = 42.17%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B8AF38 (or 0xB8AF38) is known color: Brass. HEX triplet: B8, AF and 38. RGB value is (184,175,56). Sum of RGB (Red+Green+Blue) = 184+175+56=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 56 (22.27% from 255 or 13.49% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF38 is #4750C7. Grayscale: #A4A4A4. Windows color (decimal): -4673736 or 3715000. OLE color: 3715000.

HSL color Cylindrical-coordinate representation of color #B8AF38: hue angle of 55.78º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8AF38 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 56 -
CMYK 0 0.05 0.70 0.28
HSL 55.78º 0.53% 0.47% -
HSV(B) 55.78º 0.7% 0.72% -
XYZ 35.81 41.14 9.79 -
YUV 164.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 184 175 56 0 0.05 0.70 0.28 55.78 0.53 0.47
Hex B8 AF 38 0 5 46 1C 38 35 2F
Octal 270 257 70 0 5 106 34 70 65 57
Binary 10111000 10101111 111000 0 101 1000110 11100 111000 110101 101111

Color Harmonies of #B8AF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF38

Black with #B8AF38

Text Example


Text Example

White with #B8AF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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