Html Css Color HEX #B07101 Dark Goldenrod

📋 copy color: '#B07101'

red 176 ◦ green 113 ◦ blue 1

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

Shades of Dark Goldenrod #B07101

Tints of Dark Goldenrod #B07101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.97%

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

R = 60.69%
G = 38.97%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B07101 (or 0xB07101) is known color: Dark Goldenrod. HEX triplet: B0, 71 and 01. RGB value is (176,113,1). Sum of RGB (Red+Green+Blue) = 176+113+1=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B07101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07101 is #4F8EFE. Grayscale: #777777. Windows color (decimal): -5213951 or 94640. OLE color: 94640.

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

Color convert

RGB 176 113 1 -
CMYK 0 0.36 0.99 0.31
HSL 38.4º 0.99% 0.35% -
HSV(B) 38.4º 0.99% 0.69% -
XYZ 23.82 21.04 2.84 -
YUV 119.07 61.37 168.61 -
System Red Green Blue C M Y K H S L
Decimal 176 113 1 0 0.36 0.99 0.31 38.4 0.99 0.35
Hex B0 71 1 0 24 63 1F 26 63 23
Octal 260 161 1 0 44 143 37 46 143 43
Binary 10110000 1110001 1 0 100100 1100011 11111 100110 1100011 100011

Color Harmonies of #B07101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07101

Black with #B07101

Text Example


Text Example

White with #B07101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07101; }

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

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

background-color css

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

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

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

border-color css

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

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

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