Html Css Color HEX #B97203 Dark Goldenrod

📋 copy color: '#B97203'

red 185 ◦ green 114 ◦ blue 3

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

Shades of Dark Goldenrod #B97203

Tints of Dark Goldenrod #B97203

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 61.26%
G = 37.75%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B97203 (or 0xB97203) is known color: Dark Goldenrod. HEX triplet: B9, 72 and 03. RGB value is (185,114,3). Sum of RGB (Red+Green+Blue) = 185+114+3=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B97203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97203 is #468DFC. Grayscale: #7B7B7B. Windows color (decimal): -4623869 or 225977. OLE color: 225977.

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

Color convert

RGB 185 114 3 -
CMYK 0 0.38 0.98 0.27
HSL 36.59º 0.97% 0.37% -
HSV(B) 36.59º 0.98% 0.73% -
XYZ 26.04 22.36 3.03 -
YUV 122.58 60.52 172.53 -
System Red Green Blue C M Y K H S L
Decimal 185 114 3 0 0.38 0.98 0.27 36.59 0.97 0.37
Hex B9 72 3 0 26 62 1B 25 61 25
Octal 271 162 3 0 46 142 33 45 141 45
Binary 10111001 1110010 11 0 100110 1100010 11011 100101 1100001 100101

Color Harmonies of #B97203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97203

Black with #B97203

Text Example


Text Example

White with #B97203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97203; }

 p { color: rgb(185,114,3); }

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

background-color css

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

 a { background-color: rgb(185,114,3); }

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

border-color css

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

 span { border-color: rgb(185,114,3); }

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