Html Css Color HEX #B9AD3A Brass

📋 copy color: '#B9AD3A'

red 185 ◦ green 173 ◦ blue 58

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

Shades of Brass #B9AD3A

Tints of Brass #B9AD3A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.59%

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

R = 44.47%
G = 41.59%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9AD3A (or 0xB9AD3A) is known color: Brass. HEX triplet: B9, AD and 3A. RGB value is (185,173,58). Sum of RGB (Red+Green+Blue) = 185+173+58=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD3A is #4652C5. Grayscale: #A3A3A3. Windows color (decimal): -4608710 or 3845561. OLE color: 3845561.

HSL color Cylindrical-coordinate representation of color #B9AD3A: hue angle of 54.33º 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 #B9AD3A is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 58 -
CMYK 0 0.06 0.69 0.27
HSL 54.33º 0.52% 0.48% -
HSV(B) 54.33º 0.69% 0.73% -
XYZ 35.71 40.51 9.94 -
YUV 163.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 185 173 58 0 0.06 0.69 0.27 54.33 0.52 0.48
Hex B9 AD 3A 0 6 45 1B 36 34 30
Octal 271 255 72 0 6 105 33 66 64 60
Binary 10111001 10101101 111010 0 110 1000101 11011 110110 110100 110000

Color Harmonies of #B9AD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD3A

Black with #B9AD3A

Text Example


Text Example

White with #B9AD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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