Html Css Color HEX #B48100 Dark Goldenrod

📋 copy color: '#B48100'

red 180 ◦ green 129 ◦ blue 0

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

Shades of Dark Goldenrod #B48100

Tints of Dark Goldenrod #B48100

RGB

 RED value IS 180 (70.7% from 255) = 58.25%

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

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

R = 58.25%
G = 41.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B48100 (or 0xB48100) is known color: Dark Goldenrod. HEX triplet: B4, 81 and 00. RGB value is (180,129,0). Sum of RGB (Red+Green+Blue) = 180+129+0=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B48100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48100 is #4B7EFF. Grayscale: #828282. Windows color (decimal): -4947712 or 33204. OLE color: 33204.

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

Color convert

RGB 180 129 0 -
CMYK 0 0.28 1 0.29
HSL 43º 1% 0.35% -
HSV(B) 43º 1% 0.71% -
XYZ 26.67 25.4 3.5 -
YUV 129.54 54.9 163.99 -
System Red Green Blue C M Y K H S L
Decimal 180 129 0 0 0.28 1 0.29 43 1 0.35
Hex B4 81 0 0 1C 64 1D 2B 64 23
Octal 264 201 0 0 34 144 35 53 144 43
Binary 10110100 10000001 0 0 11100 1100100 11101 101011 1100100 100011

Color Harmonies of #B48100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48100

Black with #B48100

Text Example


Text Example

White with #B48100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48100; }

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

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

background-color css

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

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

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

border-color css

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

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

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