Html Css Color HEX #B38613 Dark Goldenrod

📋 copy color: '#B38613'

red 179 ◦ green 134 ◦ blue 19

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

Shades of Dark Goldenrod #B38613

Tints of Dark Goldenrod #B38613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.72%

R = 53.92%
G = 40.36%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B38613 (or 0xB38613) is known color: Dark Goldenrod. HEX triplet: B3, 86 and 13. RGB value is (179,134,19). Sum of RGB (Red+Green+Blue) = 179+134+19=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B38613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38613 is #4C79EC. Grayscale: #868686. Windows color (decimal): -5011949 or 1279667. OLE color: 1279667.

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

Color convert

RGB 179 134 19 -
CMYK 0 0.25 0.89 0.30
HSL 43.13º 0.81% 0.39% -
HSV(B) 43.13º 0.89% 0.7% -
XYZ 27.23 26.68 4.33 -
YUV 134.35 62.91 159.85 -
System Red Green Blue C M Y K H S L
Decimal 179 134 19 0 0.25 0.89 0.30 43.13 0.81 0.39
Hex B3 86 13 0 19 59 1E 2B 51 27
Octal 263 206 23 0 31 131 36 53 121 47
Binary 10110011 10000110 10011 0 11001 1011001 11110 101011 1010001 100111

Color Harmonies of #B38613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38613

Black with #B38613

Text Example


Text Example

White with #B38613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38613; }

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

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

background-color css

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

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

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

border-color css

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

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

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