Html Css Color HEX #B9B247 Brass

📋 copy color: '#B9B247'

red 185 ◦ green 178 ◦ blue 71

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

Shades of Brass #B9B247

Tints of Brass #B9B247

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.01%

 BLUE value IS 71 (28.13% from 255) = 16.36%

R = 42.63%
G = 41.01%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B9B247 (or 0xB9B247) is known color: Brass. HEX triplet: B9, B2 and 47. RGB value is (185,178,71). Sum of RGB (Red+Green+Blue) = 185+178+71=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B247 is #464DB8. Grayscale: #A8A8A8. Windows color (decimal): -4607417 or 4698809. OLE color: 4698809.

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

Color convert

RGB 185 178 71 -
CMYK 0 0.04 0.62 0.27
HSL 56.32º 0.45% 0.5% -
HSV(B) 56.32º 0.62% 0.73% -
XYZ 37.07 42.61 12.23 -
YUV 167.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 185 178 71 0 0.04 0.62 0.27 56.32 0.45 0.5
Hex B9 B2 47 0 4 3E 1B 38 2D 32
Octal 271 262 107 0 4 76 33 70 55 62
Binary 10111001 10110010 1000111 0 100 111110 11011 111000 101101 110010

Color Harmonies of #B9B247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B247

Black with #B9B247

Text Example


Text Example

White with #B9B247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B247; }

 p { color: rgb(185,178,71); }

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

background-color css

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

 a { background-color: rgb(185,178,71); }

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

border-color css

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

 span { border-color: rgb(185,178,71); }

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