Html Css Color HEX #B97300 Dark Goldenrod

📋 copy color: '#B97300'

red 185 ◦ green 115 ◦ blue 0

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

Shades of Dark Goldenrod #B97300

Tints of Dark Goldenrod #B97300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.67%
G = 38.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B97300 (or 0xB97300) is known color: Dark Goldenrod. HEX triplet: B9, 73 and 00. RGB value is (185,115,0). Sum of RGB (Red+Green+Blue) = 185+115+0=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B97300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97300 is #468CFF. Grayscale: #7B7B7B. Windows color (decimal): -4623616 or 29625. OLE color: 29625.

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

Color convert

RGB 185 115 0 -
CMYK 0 0.38 1 0.27
HSL 37.3º 1% 0.36% -
HSV(B) 37.3º 1% 0.73% -
XYZ 26.14 22.58 2.98 -
YUV 122.82 58.69 172.35 -
System Red Green Blue C M Y K H S L
Decimal 185 115 0 0 0.38 1 0.27 37.3 1 0.36
Hex B9 73 0 0 26 64 1B 25 64 24
Octal 271 163 0 0 46 144 33 45 144 44
Binary 10111001 1110011 0 0 100110 1100100 11011 100101 1100100 100100

Color Harmonies of #B97300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97300

Black with #B97300

Text Example


Text Example

White with #B97300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97300; }

 p { color: rgb(185,115,0); }

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

background-color css

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

 a { background-color: rgb(185,115,0); }

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

border-color css

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

 span { border-color: rgb(185,115,0); }

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