Html Css Color HEX #B38607 Dark Goldenrod

📋 copy color: '#B38607'

red 179 ◦ green 134 ◦ blue 7

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

Shades of Dark Goldenrod #B38607

Tints of Dark Goldenrod #B38607

RGB

 RED value IS 179 (70.31% from 255) = 55.94%

 GREEN value IS 134 (52.73% from 255) = 41.88%

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 55.94%
G = 41.88%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B38607 (or 0xB38607) is known color: Dark Goldenrod. HEX triplet: B3, 86 and 07. RGB value is (179,134,7). Sum of RGB (Red+Green+Blue) = 179+134+7=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B38607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38607 is #4C79F8. Grayscale: #858585. Windows color (decimal): -5011961 or 493235. OLE color: 493235.

HSL color Cylindrical-coordinate representation of color #B38607: hue angle of 44.3º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B38607 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 134 7 -
CMYK 0 0.25 0.96 0.30
HSL 44.3º 0.92% 0.36% -
HSV(B) 44.3º 0.96% 0.7% -
XYZ 27.15 26.65 3.91 -
YUV 132.98 56.91 160.83 -
System Red Green Blue C M Y K H S L
Decimal 179 134 7 0 0.25 0.96 0.30 44.3 0.92 0.36
Hex B3 86 7 0 19 60 1E 2C 5C 24
Octal 263 206 7 0 31 140 36 54 134 44
Binary 10110011 10000110 111 0 11001 1100000 11110 101100 1011100 100100

Color Harmonies of #B38607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38607

Black with #B38607

Text Example


Text Example

White with #B38607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38607; }

 p { color: rgb(179,134,7); }

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

background-color css

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

 a { background-color: rgb(179,134,7); }

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

border-color css

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

 span { border-color: rgb(179,134,7); }

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