Html Css Color HEX #B98728 Nugget

📋 copy color: '#B98728'

red 185 ◦ green 135 ◦ blue 40

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

Shades of Nugget #B98728

Tints of Nugget #B98728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 51.39%
G = 37.5%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B98728 (or 0xB98728) is known color: Nugget. HEX triplet: B9, 87 and 28. RGB value is (185,135,40). Sum of RGB (Red+Green+Blue) = 185+135+40=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B98728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98728 is #4678D7. Grayscale: #8B8B8B. Windows color (decimal): -4618456 or 2656185. OLE color: 2656185.

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

Color convert

RGB 185 135 40 -
CMYK 0 0.27 0.78 0.27
HSL 39.31º 0.64% 0.44% -
HSV(B) 39.31º 0.78% 0.73% -
XYZ 29.05 27.8 5.84 -
YUV 139.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 185 135 40 0 0.27 0.78 0.27 39.31 0.64 0.44
Hex B9 87 28 0 1B 4E 1B 27 40 2C
Octal 271 207 50 0 33 116 33 47 100 54
Binary 10111001 10000111 101000 0 11011 1001110 11011 100111 1000000 101100

Color Harmonies of #B98728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98728

Black with #B98728

Text Example


Text Example

White with #B98728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98728; }

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

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

background-color css

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

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

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

border-color css

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

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

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