Html Css Color HEX #B07701 Dark Goldenrod

📋 copy color: '#B07701'

red 176 ◦ green 119 ◦ blue 1

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

Shades of Dark Goldenrod #B07701

Tints of Dark Goldenrod #B07701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.2%

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

R = 59.46%
G = 40.2%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B07701 (or 0xB07701) is known color: Dark Goldenrod. HEX triplet: B0, 77 and 01. RGB value is (176,119,1). Sum of RGB (Red+Green+Blue) = 176+119+1=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B07701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07701 is #4F88FE. Grayscale: #7B7B7B. Windows color (decimal): -5212415 or 96176. OLE color: 96176.

HSL color Cylindrical-coordinate representation of color #B07701: hue angle of 40.46º 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 #B07701 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 119 1 -
CMYK 0 0.32 0.99 0.31
HSL 40.46º 0.99% 0.35% -
HSV(B) 40.46º 0.99% 0.69% -
XYZ 24.51 22.43 3.07 -
YUV 122.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 176 119 1 0 0.32 0.99 0.31 40.46 0.99 0.35
Hex B0 77 1 0 20 63 1F 28 63 23
Octal 260 167 1 0 40 143 37 50 143 43
Binary 10110000 1110111 1 0 100000 1100011 11111 101000 1100011 100011

Color Harmonies of #B07701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07701

Black with #B07701

Text Example


Text Example

White with #B07701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07701; }

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

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

background-color css

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

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

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

border-color css

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

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

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