Html Css Color HEX #B29101 Dark Goldenrod

📋 copy color: '#B29101'

red 178 ◦ green 145 ◦ blue 1

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

Shades of Dark Goldenrod #B29101

Tints of Dark Goldenrod #B29101

RGB

 RED value IS 178 (69.92% from 255) = 54.94%

 GREEN value IS 145 (57.03% from 255) = 44.75%

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

R = 54.94%
G = 44.75%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B29101 (or 0xB29101) is known color: Dark Goldenrod. HEX triplet: B2, 91 and 01. RGB value is (178,145,1). Sum of RGB (Red+Green+Blue) = 178+145+1=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B29101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29101 is #4D6EFE. Grayscale: #8B8B8B. Windows color (decimal): -5074687 or 102834. OLE color: 102834.

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

Color convert

RGB 178 145 1 -
CMYK 0 0.19 0.99 0.30
HSL 48.81º 0.99% 0.35% -
HSV(B) 48.81º 0.99% 0.7% -
XYZ 28.49 29.72 4.26 -
YUV 138.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 178 145 1 0 0.19 0.99 0.30 48.81 0.99 0.35
Hex B2 91 1 0 13 63 1E 31 63 23
Octal 262 221 1 0 23 143 36 61 143 43
Binary 10110010 10010001 1 0 10011 1100011 11110 110001 1100011 100011

Color Harmonies of #B29101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29101

Black with #B29101

Text Example


Text Example

White with #B29101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29101; }

 p { color: rgb(178,145,1); }

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

background-color css

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

 a { background-color: rgb(178,145,1); }

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

border-color css

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

 span { border-color: rgb(178,145,1); }

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