Html Css Color HEX #B98627 Nugget

📋 copy color: '#B98627'

red 185 ◦ green 134 ◦ blue 39

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

Shades of Nugget #B98627

Tints of Nugget #B98627

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

 BLUE value IS 39 (15.63% from 255) = 10.89%

R = 51.68%
G = 37.43%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B98627 (or 0xB98627) is known color: Nugget. HEX triplet: B9, 86 and 27. RGB value is (185,134,39). Sum of RGB (Red+Green+Blue) = 185+134+39=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B98627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98627 is #4679D8. Grayscale: #8A8A8A. Windows color (decimal): -4618713 or 2590393. OLE color: 2590393.

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

Color convert

RGB 185 134 39 -
CMYK 0 0.28 0.79 0.27
HSL 39.04º 0.65% 0.44% -
HSV(B) 39.04º 0.79% 0.73% -
XYZ 28.9 27.51 5.71 -
YUV 138.42 71.9 161.22 -
System Red Green Blue C M Y K H S L
Decimal 185 134 39 0 0.28 0.79 0.27 39.04 0.65 0.44
Hex B9 86 27 0 1C 4F 1B 27 41 2C
Octal 271 206 47 0 34 117 33 47 101 54
Binary 10111001 10000110 100111 0 11100 1001111 11011 100111 1000001 101100

Color Harmonies of #B98627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98627

Black with #B98627

Text Example


Text Example

White with #B98627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98627; }

 p { color: rgb(185,134,39); }

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

background-color css

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

 a { background-color: rgb(185,134,39); }

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

border-color css

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

 span { border-color: rgb(185,134,39); }

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