Html Css Color HEX #B98A1D Nugget

📋 copy color: '#B98A1D'

red 185 ◦ green 138 ◦ blue 29

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

Shades of Nugget #B98A1D

Tints of Nugget #B98A1D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.2%

 BLUE value IS 29 (11.72% from 255) = 8.24%

R = 52.56%
G = 39.2%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B98A1D (or 0xB98A1D) is known color: Nugget. HEX triplet: B9, 8A and 1D. RGB value is (185,138,29). Sum of RGB (Red+Green+Blue) = 185+138+29=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A1D is #4675E2. Grayscale: #8C8C8C. Windows color (decimal): -4617699 or 1936057. OLE color: 1936057.

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

Color convert

RGB 185 138 29 -
CMYK 0 0.25 0.84 0.27
HSL 41.92º 0.73% 0.42% -
HSV(B) 41.92º 0.84% 0.73% -
XYZ 29.32 28.58 5.13 -
YUV 139.63 65.57 160.36 -
System Red Green Blue C M Y K H S L
Decimal 185 138 29 0 0.25 0.84 0.27 41.92 0.73 0.42
Hex B9 8A 1D 0 19 54 1B 2A 49 2A
Octal 271 212 35 0 31 124 33 52 111 52
Binary 10111001 10001010 11101 0 11001 1010100 11011 101010 1001001 101010

Color Harmonies of #B98A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A1D

Black with #B98A1D

Text Example


Text Example

White with #B98A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A1D; }

 p { color: rgb(185,138,29); }

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

background-color css

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

 a { background-color: rgb(185,138,29); }

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

border-color css

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

 span { border-color: rgb(185,138,29); }

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