Html Css Color HEX #B97A05 Dark Goldenrod

📋 copy color: '#B97A05'

red 185 ◦ green 122 ◦ blue 5

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

Shades of Dark Goldenrod #B97A05

Tints of Dark Goldenrod #B97A05

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.1%

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 59.29%
G = 39.1%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B97A05 (or 0xB97A05) is known color: Dark Goldenrod. HEX triplet: B9, 7A and 05. RGB value is (185,122,5). Sum of RGB (Red+Green+Blue) = 185+122+5=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97A05 is #4685FA. Grayscale: #808080. Windows color (decimal): -4621819 or 359097. OLE color: 359097.

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

Color convert

RGB 185 122 5 -
CMYK 0 0.34 0.97 0.27
HSL 39º 0.95% 0.37% -
HSV(B) 39º 0.97% 0.73% -
XYZ 26.99 24.24 3.4 -
YUV 127.5 58.87 169.01 -
System Red Green Blue C M Y K H S L
Decimal 185 122 5 0 0.34 0.97 0.27 39 0.95 0.37
Hex B9 7A 5 0 22 61 1B 27 5F 25
Octal 271 172 5 0 42 141 33 47 137 45
Binary 10111001 1111010 101 0 100010 1100001 11011 100111 1011111 100101

Color Harmonies of #B97A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97A05

Black with #B97A05

Text Example


Text Example

White with #B97A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97A05; }

 p { color: rgb(185,122,5); }

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

background-color css

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

 a { background-color: rgb(185,122,5); }

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

border-color css

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

 span { border-color: rgb(185,122,5); }

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