Html Css Color HEX #B9A23D Brass

📋 copy color: '#B9A23D'

red 185 ◦ green 162 ◦ blue 61

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

Shades of Brass #B9A23D

Tints of Brass #B9A23D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.71%

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

R = 45.34%
G = 39.71%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9A23D (or 0xB9A23D) is known color: Brass. HEX triplet: B9, A2 and 3D. RGB value is (185,162,61). Sum of RGB (Red+Green+Blue) = 185+162+61=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A23D is #465DC2. Grayscale: #9D9D9D. Windows color (decimal): -4611523 or 4039353. OLE color: 4039353.

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

Color convert

RGB 185 162 61 -
CMYK 0 0.12 0.67 0.27
HSL 48.87º 0.5% 0.48% -
HSV(B) 48.87º 0.67% 0.73% -
XYZ 33.77 36.49 9.68 -
YUV 157.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 185 162 61 0 0.12 0.67 0.27 48.87 0.5 0.48
Hex B9 A2 3D 0 C 43 1B 31 32 30
Octal 271 242 75 0 14 103 33 61 62 60
Binary 10111001 10100010 111101 0 1100 1000011 11011 110001 110010 110000

Color Harmonies of #B9A23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A23D

Black with #B9A23D

Text Example


Text Example

White with #B9A23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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