Html Css Color HEX #B9AB3D Brass

📋 copy color: '#B9AB3D'

red 185 ◦ green 171 ◦ blue 61

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

Shades of Brass #B9AB3D

Tints of Brass #B9AB3D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.01%

 BLUE value IS 61 (24.22% from 255) = 14.63%

R = 44.36%
G = 41.01%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9AB3D (or 0xB9AB3D) is known color: Brass. HEX triplet: B9, AB and 3D. RGB value is (185,171,61). Sum of RGB (Red+Green+Blue) = 185+171+61=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB3D is #4654C2. Grayscale: #A3A3A3. Windows color (decimal): -4609219 or 4041657. OLE color: 4041657.

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

Color convert

RGB 185 171 61 -
CMYK 0 0.08 0.67 0.27
HSL 53.23º 0.5% 0.48% -
HSV(B) 53.23º 0.67% 0.73% -
XYZ 35.41 39.78 10.23 -
YUV 162.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 185 171 61 0 0.08 0.67 0.27 53.23 0.5 0.48
Hex B9 AB 3D 0 8 43 1B 35 32 30
Octal 271 253 75 0 10 103 33 65 62 60
Binary 10111001 10101011 111101 0 1000 1000011 11011 110101 110010 110000

Color Harmonies of #B9AB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB3D

Black with #B9AB3D

Text Example


Text Example

White with #B9AB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB3D; }

 p { color: rgb(185,171,61); }

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

background-color css

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

 a { background-color: rgb(185,171,61); }

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

border-color css

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

 span { border-color: rgb(185,171,61); }

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