Html Css Color HEX #B38F14 Dark Goldenrod

📋 copy color: '#B38F14'

red 179 ◦ green 143 ◦ blue 20

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

Shades of Dark Goldenrod #B38F14

Tints of Dark Goldenrod #B38F14

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.81%

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 52.34%
G = 41.81%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B38F14 (or 0xB38F14) is known color: Dark Goldenrod. HEX triplet: B3, 8F and 14. RGB value is (179,143,20). Sum of RGB (Red+Green+Blue) = 179+143+20=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38F14 is #4C70EB. Grayscale: #8C8C8C. Windows color (decimal): -5009644 or 1347507. OLE color: 1347507.

HSL color Cylindrical-coordinate representation of color #B38F14: hue angle of 46.42º degrees, saturation: 0.8, 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 #B38F14 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 143 20 -
CMYK 0 0.20 0.89 0.30
HSL 46.42º 0.8% 0.39% -
HSV(B) 46.42º 0.89% 0.7% -
XYZ 28.54 29.28 4.81 -
YUV 139.74 60.43 156 -
System Red Green Blue C M Y K H S L
Decimal 179 143 20 0 0.20 0.89 0.30 46.42 0.8 0.39
Hex B3 8F 14 0 14 59 1E 2E 50 27
Octal 263 217 24 0 24 131 36 56 120 47
Binary 10110011 10001111 10100 0 10100 1011001 11110 101110 1010000 100111

Color Harmonies of #B38F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38F14

Black with #B38F14

Text Example


Text Example

White with #B38F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38F14; }

 p { color: rgb(179,143,20); }

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

background-color css

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

 a { background-color: rgb(179,143,20); }

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

border-color css

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

 span { border-color: rgb(179,143,20); }

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