Html Css Color HEX #B38101 Dark Goldenrod

📋 copy color: '#B38101'

red 179 ◦ green 129 ◦ blue 1

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

Shades of Dark Goldenrod #B38101

Tints of Dark Goldenrod #B38101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.75%

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

R = 57.93%
G = 41.75%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B38101 (or 0xB38101) is known color: Dark Goldenrod. HEX triplet: B3, 81 and 01. RGB value is (179,129,1). Sum of RGB (Red+Green+Blue) = 179+129+1=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B38101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38101 is #4C7EFE. Grayscale: #818181. Windows color (decimal): -5013247 or 98739. OLE color: 98739.

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

Color convert

RGB 179 129 1 -
CMYK 0 0.28 0.99 0.30
HSL 43.15º 0.99% 0.35% -
HSV(B) 43.15º 0.99% 0.7% -
XYZ 26.45 25.29 3.52 -
YUV 129.36 55.57 163.41 -
System Red Green Blue C M Y K H S L
Decimal 179 129 1 0 0.28 0.99 0.30 43.15 0.99 0.35
Hex B3 81 1 0 1C 63 1E 2B 63 23
Octal 263 201 1 0 34 143 36 53 143 43
Binary 10110011 10000001 1 0 11100 1100011 11110 101011 1100011 100011

Color Harmonies of #B38101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38101

Black with #B38101

Text Example


Text Example

White with #B38101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38101; }

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

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

background-color css

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

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

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

border-color css

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

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

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