Html Css Color HEX #B07501 Dark Goldenrod

📋 copy color: '#B07501'

red 176 ◦ green 117 ◦ blue 1

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

Shades of Dark Goldenrod #B07501

Tints of Dark Goldenrod #B07501

RGB

 RED value IS 176 (69.14% from 255) = 59.86%

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 59.86%
G = 39.8%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B07501 (or 0xB07501) is known color: Dark Goldenrod. HEX triplet: B0, 75 and 01. RGB value is (176,117,1). Sum of RGB (Red+Green+Blue) = 176+117+1=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B07501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07501 is #4F8AFE. Grayscale: #797979. Windows color (decimal): -5212927 or 95664. OLE color: 95664.

HSL color Cylindrical-coordinate representation of color #B07501: hue angle of 39.77º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B07501 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 1 -
CMYK 0 0.34 0.99 0.31
HSL 39.77º 0.99% 0.35% -
HSV(B) 39.77º 0.99% 0.69% -
XYZ 24.27 21.95 2.99 -
YUV 121.42 60.05 166.93 -
System Red Green Blue C M Y K H S L
Decimal 176 117 1 0 0.34 0.99 0.31 39.77 0.99 0.35
Hex B0 75 1 0 22 63 1F 28 63 23
Octal 260 165 1 0 42 143 37 50 143 43
Binary 10110000 1110101 1 0 100010 1100011 11111 101000 1100011 100011

Color Harmonies of #B07501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07501

Black with #B07501

Text Example


Text Example

White with #B07501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07501; }

 p { color: rgb(176,117,1); }

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

background-color css

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

 a { background-color: rgb(176,117,1); }

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

border-color css

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

 span { border-color: rgb(176,117,1); }

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