Html Css Color HEX #B3890E Dark Goldenrod

📋 copy color: '#B3890E'

red 179 ◦ green 137 ◦ blue 14

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

Shades of Dark Goldenrod #B3890E

Tints of Dark Goldenrod #B3890E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.52%

 BLUE value IS 14 (5.86% from 255) = 4.24%

R = 54.24%
G = 41.52%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3890E (or 0xB3890E) is known color: Dark Goldenrod. HEX triplet: B3, 89 and 0E. RGB value is (179,137,14). Sum of RGB (Red+Green+Blue) = 179+137+14=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B3890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3890E is #4C76F1. Grayscale: #888888. Windows color (decimal): -5011186 or 952755. OLE color: 952755.

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

Color convert

RGB 179 137 14 -
CMYK 0 0.23 0.92 0.30
HSL 44.73º 0.85% 0.38% -
HSV(B) 44.73º 0.92% 0.7% -
XYZ 27.62 27.51 4.27 -
YUV 135.54 59.41 159 -
System Red Green Blue C M Y K H S L
Decimal 179 137 14 0 0.23 0.92 0.30 44.73 0.85 0.38
Hex B3 89 E 0 17 5C 1E 2D 55 26
Octal 263 211 16 0 27 134 36 55 125 46
Binary 10110011 10001001 1110 0 10111 1011100 11110 101101 1010101 100110

Color Harmonies of #B3890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3890E

Black with #B3890E

Text Example


Text Example

White with #B3890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3890E; }

 p { color: rgb(179,137,14); }

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

background-color css

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

 a { background-color: rgb(179,137,14); }

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

border-color css

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

 span { border-color: rgb(179,137,14); }

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