Html Css Color HEX #B38901 Dark Goldenrod

📋 copy color: '#B38901'

red 179 ◦ green 137 ◦ blue 1

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

Shades of Dark Goldenrod #B38901

Tints of Dark Goldenrod #B38901

RGB

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

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

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

R = 56.47%
G = 43.22%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B38901 (or 0xB38901) is known color: Dark Goldenrod. HEX triplet: B3, 89 and 01. RGB value is (179,137,1). Sum of RGB (Red+Green+Blue) = 179+137+1=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B38901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38901 is #4C76FE. Grayscale: #868686. Windows color (decimal): -5011199 or 100787. OLE color: 100787.

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

Color convert

RGB 179 137 1 -
CMYK 0 0.23 0.99 0.30
HSL 45.84º 0.99% 0.35% -
HSV(B) 45.84º 0.99% 0.7% -
XYZ 27.54 27.48 3.88 -
YUV 134.05 52.91 160.06 -
System Red Green Blue C M Y K H S L
Decimal 179 137 1 0 0.23 0.99 0.30 45.84 0.99 0.35
Hex B3 89 1 0 17 63 1E 2E 63 23
Octal 263 211 1 0 27 143 36 56 143 43
Binary 10110011 10001001 1 0 10111 1100011 11110 101110 1100011 100011

Color Harmonies of #B38901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38901

Black with #B38901

Text Example


Text Example

White with #B38901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38901; }

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

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

background-color css

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

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

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

border-color css

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

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

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