Html Css Color HEX #B38714 Dark Goldenrod

📋 copy color: '#B38714'

red 179 ◦ green 135 ◦ blue 20

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

Shades of Dark Goldenrod #B38714

Tints of Dark Goldenrod #B38714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.42%

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

R = 53.59%
G = 40.42%
B = 5.99%

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

#B38714 (or 0xB38714) is known color: Dark Goldenrod. HEX triplet: B3, 87 and 14. RGB value is (179,135,20). Sum of RGB (Red+Green+Blue) = 179+135+20=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B38714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38714 is #4C78EB. Grayscale: #878787. Windows color (decimal): -5011692 or 1345459. OLE color: 1345459.

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

Color convert

RGB 179 135 20 -
CMYK 0 0.25 0.89 0.30
HSL 43.4º 0.8% 0.39% -
HSV(B) 43.4º 0.89% 0.7% -
XYZ 27.38 26.96 4.42 -
YUV 135.05 63.08 159.35 -
System Red Green Blue C M Y K H S L
Decimal 179 135 20 0 0.25 0.89 0.30 43.4 0.8 0.39
Hex B3 87 14 0 19 59 1E 2B 50 27
Octal 263 207 24 0 31 131 36 53 120 47
Binary 10110011 10000111 10100 0 11001 1011001 11110 101011 1010000 100111

Color Harmonies of #B38714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38714

Black with #B38714

Text Example


Text Example

White with #B38714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38714; }

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

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

background-color css

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

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

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

border-color css

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

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

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