Html Css Color HEX #B9B34A Brass

📋 copy color: '#B9B34A'

red 185 ◦ green 179 ◦ blue 74

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

Shades of Brass #B9B34A

Tints of Brass #B9B34A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 42.24%
G = 40.87%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9B34A (or 0xB9B34A) is known color: Brass. HEX triplet: B9, B3 and 4A. RGB value is (185,179,74). Sum of RGB (Red+Green+Blue) = 185+179+74=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B34A is #464CB5. Grayscale: #A9A9A9. Windows color (decimal): -4607158 or 4895673. OLE color: 4895673.

HSL color Cylindrical-coordinate representation of color #B9B34A: hue angle of 56.76º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9B34A is Cyan = 0, Magento = 0.03, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 179 74 -
CMYK 0 0.03 0.6 0.27
HSL 56.76º 0.44% 0.51% -
HSV(B) 56.76º 0.6% 0.73% -
XYZ 37.36 43.05 12.82 -
YUV 168.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 185 179 74 0 0.03 0.6 0.27 56.76 0.44 0.51
Hex B9 B3 4A 0 3 3C 1B 39 2C 33
Octal 271 263 112 0 3 74 33 71 54 63
Binary 10111001 10110011 1001010 0 11 111100 11011 111001 101100 110011

Color Harmonies of #B9B34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B34A

Black with #B9B34A

Text Example


Text Example

White with #B9B34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B34A; }

 p { color: rgb(185,179,74); }

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

background-color css

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

 a { background-color: rgb(185,179,74); }

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

border-color css

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

 span { border-color: rgb(185,179,74); }

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