Html Css Color HEX #B38E0D Dark Goldenrod

📋 copy color: '#B38E0D'

red 179 ◦ green 142 ◦ blue 13

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

Shades of Dark Goldenrod #B38E0D

Tints of Dark Goldenrod #B38E0D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.51%

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 53.59%
G = 42.51%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B38E0D (or 0xB38E0D) is known color: Dark Goldenrod. HEX triplet: B3, 8E and 0D. RGB value is (179,142,13). Sum of RGB (Red+Green+Blue) = 179+142+13=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38E0D is #4C71F2. Grayscale: #8A8A8A. Windows color (decimal): -5009907 or 888499. OLE color: 888499.

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

Color convert

RGB 179 142 13 -
CMYK 0 0.21 0.93 0.30
HSL 46.63º 0.86% 0.38% -
HSV(B) 46.63º 0.93% 0.7% -
XYZ 28.34 28.96 4.48 -
YUV 138.36 57.26 156.99 -
System Red Green Blue C M Y K H S L
Decimal 179 142 13 0 0.21 0.93 0.30 46.63 0.86 0.38
Hex B3 8E D 0 15 5D 1E 2F 56 26
Octal 263 216 15 0 25 135 36 57 126 46
Binary 10110011 10001110 1101 0 10101 1011101 11110 101111 1010110 100110

Color Harmonies of #B38E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38E0D

Black with #B38E0D

Text Example


Text Example

White with #B38E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38E0D; }

 p { color: rgb(179,142,13); }

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

background-color css

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

 a { background-color: rgb(179,142,13); }

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

border-color css

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

 span { border-color: rgb(179,142,13); }

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