Html Css Color HEX #B9891E Nugget

📋 copy color: '#B9891E'

red 185 ◦ green 137 ◦ blue 30

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

Shades of Nugget #B9891E

Tints of Nugget #B9891E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.92%

 BLUE value IS 30 (12.11% from 255) = 8.52%

R = 52.56%
G = 38.92%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9891E (or 0xB9891E) is known color: Nugget. HEX triplet: B9, 89 and 1E. RGB value is (185,137,30). Sum of RGB (Red+Green+Blue) = 185+137+30=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B9891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9891E is #4676E1. Grayscale: #8B8B8B. Windows color (decimal): -4617954 or 2001337. OLE color: 2001337.

HSL color Cylindrical-coordinate representation of color #B9891E: hue angle of 41.42º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9891E is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 137 30 -
CMYK 0 0.26 0.84 0.27
HSL 41.42º 0.72% 0.42% -
HSV(B) 41.42º 0.84% 0.73% -
XYZ 29.19 28.3 5.15 -
YUV 139.15 66.4 160.7 -
System Red Green Blue C M Y K H S L
Decimal 185 137 30 0 0.26 0.84 0.27 41.42 0.72 0.42
Hex B9 89 1E 0 1A 54 1B 29 48 2A
Octal 271 211 36 0 32 124 33 51 110 52
Binary 10111001 10001001 11110 0 11010 1010100 11011 101001 1001000 101010

Color Harmonies of #B9891E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9891E

Black with #B9891E

Text Example


Text Example

White with #B9891E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9891E; }

 p { color: rgb(185,137,30); }

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

background-color css

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

 a { background-color: rgb(185,137,30); }

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

border-color css

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

 span { border-color: rgb(185,137,30); }

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