Html Css Color HEX #B9AF3A Brass

📋 copy color: '#B9AF3A'

red 185 ◦ green 175 ◦ blue 58

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

Shades of Brass #B9AF3A

Tints of Brass #B9AF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.88%

R = 44.26%
G = 41.87%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9AF3A (or 0xB9AF3A) is known color: Brass. HEX triplet: B9, AF and 3A. RGB value is (185,175,58). Sum of RGB (Red+Green+Blue) = 185+175+58=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF3A is #4650C5. Grayscale: #A5A5A5. Windows color (decimal): -4608198 or 3846073. OLE color: 3846073.

HSL color Cylindrical-coordinate representation of color #B9AF3A: hue angle of 55.28º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9AF3A is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 175 58 -
CMYK 0 0.05 0.69 0.27
HSL 55.28º 0.52% 0.48% -
HSV(B) 55.28º 0.69% 0.73% -
XYZ 36.1 41.28 10.07 -
YUV 164.65 67.81 142.51 -
System Red Green Blue C M Y K H S L
Decimal 185 175 58 0 0.05 0.69 0.27 55.28 0.52 0.48
Hex B9 AF 3A 0 5 45 1B 37 34 30
Octal 271 257 72 0 5 105 33 67 64 60
Binary 10111001 10101111 111010 0 101 1000101 11011 110111 110100 110000

Color Harmonies of #B9AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF3A

Black with #B9AF3A

Text Example


Text Example

White with #B9AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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