Html Css Color HEX #B9AF38 Brass

📋 copy color: '#B9AF38'

red 185 ◦ green 175 ◦ blue 56

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

Shades of Brass #B9AF38

Tints of Brass #B9AF38

RGB

 RED value IS 185 (72.66% from 255) = 44.47%

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

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

R = 44.47%
G = 42.07%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B9AF38 (or 0xB9AF38) is known color: Brass. HEX triplet: B9, AF and 38. RGB value is (185,175,56). Sum of RGB (Red+Green+Blue) = 185+175+56=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF38 is #4650C7. Grayscale: #A4A4A4. Windows color (decimal): -4608200 or 3715001. OLE color: 3715001.

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

Color convert

RGB 185 175 56 -
CMYK 0 0.05 0.70 0.27
HSL 55.35º 0.54% 0.47% -
HSV(B) 55.35º 0.7% 0.73% -
XYZ 36.05 41.26 9.81 -
YUV 164.42 66.81 142.68 -
System Red Green Blue C M Y K H S L
Decimal 185 175 56 0 0.05 0.70 0.27 55.35 0.54 0.47
Hex B9 AF 38 0 5 46 1B 37 36 2F
Octal 271 257 70 0 5 106 33 67 66 57
Binary 10111001 10101111 111000 0 101 1000110 11011 110111 110110 101111

Color Harmonies of #B9AF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF38

Black with #B9AF38

Text Example


Text Example

White with #B9AF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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