Html Css Color HEX #B38705 Dark Goldenrod

📋 copy color: '#B38705'

red 179 ◦ green 135 ◦ blue 5

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

Shades of Dark Goldenrod #B38705

Tints of Dark Goldenrod #B38705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.32%

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 56.11%
G = 42.32%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B38705 (or 0xB38705) is known color: Dark Goldenrod. HEX triplet: B3, 87 and 05. RGB value is (179,135,5). Sum of RGB (Red+Green+Blue) = 179+135+5=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B38705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38705 is #4C78FA. Grayscale: #858585. Windows color (decimal): -5011707 or 362419. OLE color: 362419.

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

Color convert

RGB 179 135 5 -
CMYK 0 0.25 0.97 0.30
HSL 44.83º 0.95% 0.36% -
HSV(B) 44.83º 0.97% 0.7% -
XYZ 27.28 26.92 3.9 -
YUV 133.34 55.58 160.57 -
System Red Green Blue C M Y K H S L
Decimal 179 135 5 0 0.25 0.97 0.30 44.83 0.95 0.36
Hex B3 87 5 0 19 61 1E 2D 5F 24
Octal 263 207 5 0 31 141 36 55 137 44
Binary 10110011 10000111 101 0 11001 1100001 11110 101101 1011111 100100

Color Harmonies of #B38705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38705

Black with #B38705

Text Example


Text Example

White with #B38705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38705; }

 p { color: rgb(179,135,5); }

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

background-color css

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

 a { background-color: rgb(179,135,5); }

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

border-color css

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

 span { border-color: rgb(179,135,5); }

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