Html Css Color HEX #B07601 Dark Goldenrod

📋 copy color: '#B07601'

red 176 ◦ green 118 ◦ blue 1

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

Shades of Dark Goldenrod #B07601

Tints of Dark Goldenrod #B07601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

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

R = 59.66%
G = 40%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B07601 (or 0xB07601) is known color: Dark Goldenrod. HEX triplet: B0, 76 and 01. RGB value is (176,118,1). Sum of RGB (Red+Green+Blue) = 176+118+1=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B07601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07601 is #4F89FE. Grayscale: #7A7A7A. Windows color (decimal): -5212671 or 95920. OLE color: 95920.

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

Color convert

RGB 176 118 1 -
CMYK 0 0.33 0.99 0.31
HSL 40.11º 0.99% 0.35% -
HSV(B) 40.11º 0.99% 0.69% -
XYZ 24.39 22.19 3.03 -
YUV 122 59.72 166.51 -
System Red Green Blue C M Y K H S L
Decimal 176 118 1 0 0.33 0.99 0.31 40.11 0.99 0.35
Hex B0 76 1 0 21 63 1F 28 63 23
Octal 260 166 1 0 41 143 37 50 143 43
Binary 10110000 1110110 1 0 100001 1100011 11111 101000 1100011 100011

Color Harmonies of #B07601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07601

Black with #B07601

Text Example


Text Example

White with #B07601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07601; }

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

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

background-color css

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

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

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

border-color css

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

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

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