Html Css Color HEX #B0750D Dark Goldenrod

📋 copy color: '#B0750D'

red 176 ◦ green 117 ◦ blue 13

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

Shades of Dark Goldenrod #B0750D

Tints of Dark Goldenrod #B0750D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 57.52%
G = 38.24%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0750D (or 0xB0750D) is known color: Dark Goldenrod. HEX triplet: B0, 75 and 0D. RGB value is (176,117,13). Sum of RGB (Red+Green+Blue) = 176+117+13=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0750D is #4F8AF2. Grayscale: #7B7B7B. Windows color (decimal): -5212915 or 882096. OLE color: 882096.

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

Color convert

RGB 176 117 13 -
CMYK 0 0.34 0.93 0.31
HSL 38.28º 0.86% 0.37% -
HSV(B) 38.28º 0.93% 0.69% -
XYZ 24.34 21.98 3.34 -
YUV 122.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 176 117 13 0 0.34 0.93 0.31 38.28 0.86 0.37
Hex B0 75 D 0 22 5D 1F 26 56 25
Octal 260 165 15 0 42 135 37 46 126 45
Binary 10110000 1110101 1101 0 100010 1011101 11111 100110 1010110 100101

Color Harmonies of #B0750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0750D

Black with #B0750D

Text Example


Text Example

White with #B0750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0750D; }

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

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

background-color css

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

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

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

border-color css

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

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

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