Html Css Color HEX #B38100 Dark Goldenrod

📋 copy color: '#B38100'

red 179 ◦ green 129 ◦ blue 0

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

Shades of Dark Goldenrod #B38100

Tints of Dark Goldenrod #B38100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.12%
G = 41.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B38100 (or 0xB38100) is known color: Dark Goldenrod. HEX triplet: B3, 81 and 00. RGB value is (179,129,0). Sum of RGB (Red+Green+Blue) = 179+129+0=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B38100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38100 is #4C7EFF. Grayscale: #818181. Windows color (decimal): -5013248 or 33203. OLE color: 33203.

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

Color convert

RGB 179 129 0 -
CMYK 0 0.28 1 0.30
HSL 43.24º 1% 0.35% -
HSV(B) 43.24º 1% 0.7% -
XYZ 26.44 25.28 3.49 -
YUV 129.24 55.07 163.49 -
System Red Green Blue C M Y K H S L
Decimal 179 129 0 0 0.28 1 0.30 43.24 1 0.35
Hex B3 81 0 0 1C 64 1E 2B 64 23
Octal 263 201 0 0 34 144 36 53 144 43
Binary 10110011 10000001 0 0 11100 1100100 11110 101011 1100100 100011

Color Harmonies of #B38100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38100

Black with #B38100

Text Example


Text Example

White with #B38100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38100; }

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

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

background-color css

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

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

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

border-color css

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

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

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