Html Css Color HEX #B07614 Dark Goldenrod

📋 copy color: '#B07614'

red 176 ◦ green 118 ◦ blue 20

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

Shades of Dark Goldenrod #B07614

Tints of Dark Goldenrod #B07614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.37%

R = 56.05%
G = 37.58%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B07614 (or 0xB07614) is known color: Dark Goldenrod. HEX triplet: B0, 76 and 14. RGB value is (176,118,20). Sum of RGB (Red+Green+Blue) = 176+118+20=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B07614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07614 is #4F89EB. Grayscale: #7C7C7C. Windows color (decimal): -5212652 or 1341104. OLE color: 1341104.

HSL color Cylindrical-coordinate representation of color #B07614: hue angle of 37.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B07614 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 118 20 -
CMYK 0 0.33 0.89 0.31
HSL 37.69º 0.8% 0.38% -
HSV(B) 37.69º 0.89% 0.69% -
XYZ 24.51 22.24 3.66 -
YUV 124.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 176 118 20 0 0.33 0.89 0.31 37.69 0.8 0.38
Hex B0 76 14 0 21 59 1F 26 50 26
Octal 260 166 24 0 41 131 37 46 120 46
Binary 10110000 1110110 10100 0 100001 1011001 11111 100110 1010000 100110

Color Harmonies of #B07614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07614

Black with #B07614

Text Example


Text Example

White with #B07614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07614; }

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

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

background-color css

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

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

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

border-color css

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

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

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