Html Css Color HEX #B38701 Dark Goldenrod

📋 copy color: '#B38701'

red 179 ◦ green 135 ◦ blue 1

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

Shades of Dark Goldenrod #B38701

Tints of Dark Goldenrod #B38701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 56.83%
G = 42.86%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B38701 (or 0xB38701) is known color: Dark Goldenrod. HEX triplet: B3, 87 and 01. RGB value is (179,135,1). Sum of RGB (Red+Green+Blue) = 179+135+1=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B38701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38701 is #4C78FE. Grayscale: #858585. Windows color (decimal): -5011711 or 100275. OLE color: 100275.

HSL color Cylindrical-coordinate representation of color #B38701: hue angle of 45.17º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B38701 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 1 -
CMYK 0 0.25 0.99 0.30
HSL 45.17º 0.99% 0.35% -
HSV(B) 45.17º 0.99% 0.7% -
XYZ 27.26 26.91 3.79 -
YUV 132.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 179 135 1 0 0.25 0.99 0.30 45.17 0.99 0.35
Hex B3 87 1 0 19 63 1E 2D 63 23
Octal 263 207 1 0 31 143 36 55 143 43
Binary 10110011 10000111 1 0 11001 1100011 11110 101101 1100011 100011

Color Harmonies of #B38701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38701

Black with #B38701

Text Example


Text Example

White with #B38701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38701; }

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

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

background-color css

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

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

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

border-color css

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

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

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