Html Css Color HEX #B38401 Dark Goldenrod

📋 copy color: '#B38401'

red 179 ◦ green 132 ◦ blue 1

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

Shades of Dark Goldenrod #B38401

Tints of Dark Goldenrod #B38401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.31%

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

R = 57.37%
G = 42.31%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B38401 (or 0xB38401) is known color: Dark Goldenrod. HEX triplet: B3, 84 and 01. RGB value is (179,132,1). Sum of RGB (Red+Green+Blue) = 179+132+1=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B38401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38401 is #4C7BFE. Grayscale: #838383. Windows color (decimal): -5012479 or 99507. OLE color: 99507.

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

Color convert

RGB 179 132 1 -
CMYK 0 0.26 0.99 0.30
HSL 44.16º 0.99% 0.35% -
HSV(B) 44.16º 0.99% 0.7% -
XYZ 26.85 26.09 3.65 -
YUV 131.12 54.57 162.15 -
System Red Green Blue C M Y K H S L
Decimal 179 132 1 0 0.26 0.99 0.30 44.16 0.99 0.35
Hex B3 84 1 0 1A 63 1E 2C 63 23
Octal 263 204 1 0 32 143 36 54 143 43
Binary 10110011 10000100 1 0 11010 1100011 11110 101100 1100011 100011

Color Harmonies of #B38401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38401

Black with #B38401

Text Example


Text Example

White with #B38401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38401; }

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

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

background-color css

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

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

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

border-color css

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

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

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