Html Css Color HEX #B9871E Nugget

📋 copy color: '#B9871E'

red 185 ◦ green 135 ◦ blue 30

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

Shades of Nugget #B9871E

Tints of Nugget #B9871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

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

R = 52.86%
G = 38.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9871E (or 0xB9871E) is known color: Nugget. HEX triplet: B9, 87 and 1E. RGB value is (185,135,30). Sum of RGB (Red+Green+Blue) = 185+135+30=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9871E is #4678E1. Grayscale: #8A8A8A. Windows color (decimal): -4618466 or 2000825. OLE color: 2000825.

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

Color convert

RGB 185 135 30 -
CMYK 0 0.27 0.84 0.27
HSL 40.65º 0.72% 0.42% -
HSV(B) 40.65º 0.84% 0.73% -
XYZ 28.91 27.74 5.06 -
YUV 137.98 67.07 161.54 -
System Red Green Blue C M Y K H S L
Decimal 185 135 30 0 0.27 0.84 0.27 40.65 0.72 0.42
Hex B9 87 1E 0 1B 54 1B 29 48 2A
Octal 271 207 36 0 33 124 33 51 110 52
Binary 10111001 10000111 11110 0 11011 1010100 11011 101001 1001000 101010

Color Harmonies of #B9871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9871E

Black with #B9871E

Text Example


Text Example

White with #B9871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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