Html Css Color HEX #B38710 Dark Goldenrod

📋 copy color: '#B38710'

red 179 ◦ green 135 ◦ blue 16

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

Shades of Dark Goldenrod #B38710

Tints of Dark Goldenrod #B38710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.85%

R = 54.24%
G = 40.91%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B38710 (or 0xB38710) is known color: Dark Goldenrod. HEX triplet: B3, 87 and 10. RGB value is (179,135,16). Sum of RGB (Red+Green+Blue) = 179+135+16=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B38710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38710 is #4C78EF. Grayscale: #878787. Windows color (decimal): -5011696 or 1083315. OLE color: 1083315.

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

Color convert

RGB 179 135 16 -
CMYK 0 0.25 0.91 0.30
HSL 43.8º 0.84% 0.38% -
HSV(B) 43.8º 0.91% 0.7% -
XYZ 27.35 26.95 4.25 -
YUV 134.59 61.08 159.68 -
System Red Green Blue C M Y K H S L
Decimal 179 135 16 0 0.25 0.91 0.30 43.8 0.84 0.38
Hex B3 87 10 0 19 5B 1E 2C 54 26
Octal 263 207 20 0 31 133 36 54 124 46
Binary 10110011 10000111 10000 0 11001 1011011 11110 101100 1010100 100110

Color Harmonies of #B38710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38710

Black with #B38710

Text Example


Text Example

White with #B38710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38710; }

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

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

background-color css

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

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

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

border-color css

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

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

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