Html Css Color HEX #B9B73D Brass

📋 copy color: '#B9B73D'

red 185 ◦ green 183 ◦ blue 61

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

Shades of Brass #B9B73D

Tints of Brass #B9B73D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

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

R = 43.12%
G = 42.66%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9B73D (or 0xB9B73D) is known color: Brass. HEX triplet: B9, B7 and 3D. RGB value is (185,183,61). Sum of RGB (Red+Green+Blue) = 185+183+61=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B73D is #4648C2. Grayscale: #AAAAAA. Windows color (decimal): -4606147 or 4044729. OLE color: 4044729.

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

Color convert

RGB 185 183 61 -
CMYK 0 0.01 0.67 0.27
HSL 59.03º 0.5% 0.48% -
HSV(B) 59.03º 0.67% 0.73% -
XYZ 37.78 44.52 11.02 -
YUV 169.69 66.66 138.92 -
System Red Green Blue C M Y K H S L
Decimal 185 183 61 0 0.01 0.67 0.27 59.03 0.5 0.48
Hex B9 B7 3D 0 1 43 1B 3B 32 30
Octal 271 267 75 0 1 103 33 73 62 60
Binary 10111001 10110111 111101 0 1 1000011 11011 111011 110010 110000

Color Harmonies of #B9B73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B73D

Black with #B9B73D

Text Example


Text Example

White with #B9B73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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