Html Css Color HEX #B38B0D Dark Goldenrod

📋 copy color: '#B38B0D'

red 179 ◦ green 139 ◦ blue 13

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

Shades of Dark Goldenrod #B38B0D

Tints of Dark Goldenrod #B38B0D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.99%

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

R = 54.08%
G = 41.99%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B38B0D (or 0xB38B0D) is known color: Dark Goldenrod. HEX triplet: B3, 8B and 0D. RGB value is (179,139,13). Sum of RGB (Red+Green+Blue) = 179+139+13=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38B0D is #4C74F2. Grayscale: #898989. Windows color (decimal): -5010675 or 887731. OLE color: 887731.

HSL color Cylindrical-coordinate representation of color #B38B0D: hue angle of 45.54º 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 #B38B0D is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 139 13 -
CMYK 0 0.22 0.93 0.30
HSL 45.54º 0.86% 0.38% -
HSV(B) 45.54º 0.93% 0.7% -
XYZ 27.9 28.08 4.33 -
YUV 136.6 58.25 158.25 -
System Red Green Blue C M Y K H S L
Decimal 179 139 13 0 0.22 0.93 0.30 45.54 0.86 0.38
Hex B3 8B D 0 16 5D 1E 2E 56 26
Octal 263 213 15 0 26 135 36 56 126 46
Binary 10110011 10001011 1101 0 10110 1011101 11110 101110 1010110 100110

Color Harmonies of #B38B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38B0D

Black with #B38B0D

Text Example


Text Example

White with #B38B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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