Html Css Color HEX #B98401 Dark Goldenrod

📋 copy color: '#B98401'

red 185 ◦ green 132 ◦ blue 1

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

Shades of Dark Goldenrod #B98401

Tints of Dark Goldenrod #B98401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.51%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 58.18%
G = 41.51%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B98401 (or 0xB98401) is known color: Dark Goldenrod. HEX triplet: B9, 84 and 01. RGB value is (185,132,1). Sum of RGB (Red+Green+Blue) = 185+132+1=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B98401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98401 is #467BFE. Grayscale: #858585. Windows color (decimal): -4619263 or 99513. OLE color: 99513.

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

Color convert

RGB 185 132 1 -
CMYK 0 0.29 0.99 0.27
HSL 42.72º 0.99% 0.36% -
HSV(B) 42.72º 0.99% 0.73% -
XYZ 28.26 26.82 3.72 -
YUV 132.91 53.56 165.15 -
System Red Green Blue C M Y K H S L
Decimal 185 132 1 0 0.29 0.99 0.27 42.72 0.99 0.36
Hex B9 84 1 0 1D 63 1B 2B 63 24
Octal 271 204 1 0 35 143 33 53 143 44
Binary 10111001 10000100 1 0 11101 1100011 11011 101011 1100011 100100

Color Harmonies of #B98401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98401

Black with #B98401

Text Example


Text Example

White with #B98401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98401; }

 p { color: rgb(185,132,1); }

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

background-color css

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

 a { background-color: rgb(185,132,1); }

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

border-color css

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

 span { border-color: rgb(185,132,1); }

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