Html Css Color HEX #B07A0D Dark Goldenrod

📋 copy color: '#B07A0D'

red 176 ◦ green 122 ◦ blue 13

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

Shades of Dark Goldenrod #B07A0D

Tints of Dark Goldenrod #B07A0D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.23%

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

R = 56.59%
G = 39.23%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B07A0D (or 0xB07A0D) is known color: Dark Goldenrod. HEX triplet: B0, 7A and 0D. RGB value is (176,122,13). Sum of RGB (Red+Green+Blue) = 176+122+13=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07A0D is #4F85F2. Grayscale: #7E7E7E. Windows color (decimal): -5211635 or 883376. OLE color: 883376.

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

Color convert

RGB 176 122 13 -
CMYK 0 0.31 0.93 0.31
HSL 40.12º 0.86% 0.37% -
HSV(B) 40.12º 0.93% 0.69% -
XYZ 24.94 23.18 3.54 -
YUV 125.72 64.39 163.86 -
System Red Green Blue C M Y K H S L
Decimal 176 122 13 0 0.31 0.93 0.31 40.12 0.86 0.37
Hex B0 7A D 0 1F 5D 1F 28 56 25
Octal 260 172 15 0 37 135 37 50 126 45
Binary 10110000 1111010 1101 0 11111 1011101 11111 101000 1010110 100101

Color Harmonies of #B07A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A0D

Black with #B07A0D

Text Example


Text Example

White with #B07A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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