Html Css Color HEX #B07A00 Dark Goldenrod

📋 copy color: '#B07A00'

red 176 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #B07A00

Tints of Dark Goldenrod #B07A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.06%
G = 40.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B07A00 (or 0xB07A00) is known color: Dark Goldenrod. HEX triplet: B0, 7A and 00. RGB value is (176,122,0). Sum of RGB (Red+Green+Blue) = 176+122+0=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07A00 is #4F85FF. Grayscale: #7C7C7C. Windows color (decimal): -5211648 or 31408. OLE color: 31408.

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

Color convert

RGB 176 122 0 -
CMYK 0 0.31 1 0.31
HSL 41.59º 1% 0.35% -
HSV(B) 41.59º 1% 0.69% -
XYZ 24.86 23.15 3.16 -
YUV 124.24 57.89 164.92 -
System Red Green Blue C M Y K H S L
Decimal 176 122 0 0 0.31 1 0.31 41.59 1 0.35
Hex B0 7A 0 0 1F 64 1F 2A 64 23
Octal 260 172 0 0 37 144 37 52 144 43
Binary 10110000 1111010 0 0 11111 1100100 11111 101010 1100100 100011

Color Harmonies of #B07A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A00

Black with #B07A00

Text Example


Text Example

White with #B07A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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