Html Css Color HEX #B98523 Nugget

📋 copy color: '#B98523'

red 185 ◦ green 133 ◦ blue 35

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

Shades of Nugget #B98523

Tints of Nugget #B98523

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.68%

 BLUE value IS 35 (14.06% from 255) = 9.92%

R = 52.41%
G = 37.68%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B98523 (or 0xB98523) is known color: Nugget. HEX triplet: B9, 85 and 23. RGB value is (185,133,35). Sum of RGB (Red+Green+Blue) = 185+133+35=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B98523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98523 is #467ADC. Grayscale: #898989. Windows color (decimal): -4618973 or 2327993. OLE color: 2327993.

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

Color convert

RGB 185 133 35 -
CMYK 0 0.28 0.81 0.27
HSL 39.2º 0.68% 0.43% -
HSV(B) 39.2º 0.81% 0.73% -
XYZ 28.7 27.21 5.33 -
YUV 137.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 185 133 35 0 0.28 0.81 0.27 39.2 0.68 0.43
Hex B9 85 23 0 1C 51 1B 27 44 2B
Octal 271 205 43 0 34 121 33 47 104 53
Binary 10111001 10000101 100011 0 11100 1010001 11011 100111 1000100 101011

Color Harmonies of #B98523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98523

Black with #B98523

Text Example


Text Example

White with #B98523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98523; }

 p { color: rgb(185,133,35); }

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

background-color css

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

 a { background-color: rgb(185,133,35); }

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

border-color css

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

 span { border-color: rgb(185,133,35); }

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