Html Css Color HEX #B28901 Dark Goldenrod

📋 copy color: '#B28901'

red 178 ◦ green 137 ◦ blue 1

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

Shades of Dark Goldenrod #B28901

Tints of Dark Goldenrod #B28901

RGB

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

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

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

R = 56.33%
G = 43.35%
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

#B28901 (or 0xB28901) is known color: Dark Goldenrod. HEX triplet: B2, 89 and 01. RGB value is (178,137,1). Sum of RGB (Red+Green+Blue) = 178+137+1=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B28901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28901 is #4D76FE. Grayscale: #868686. Windows color (decimal): -5076735 or 100786. OLE color: 100786.

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

Color convert

RGB 178 137 1 -
CMYK 0 0.23 0.99 0.30
HSL 46.1º 0.99% 0.35% -
HSV(B) 46.1º 0.99% 0.7% -
XYZ 27.31 27.36 3.87 -
YUV 133.76 53.08 159.56 -
System Red Green Blue C M Y K H S L
Decimal 178 137 1 0 0.23 0.99 0.30 46.1 0.99 0.35
Hex B2 89 1 0 17 63 1E 2E 63 23
Octal 262 211 1 0 27 143 36 56 143 43
Binary 10110010 10001001 1 0 10111 1100011 11110 101110 1100011 100011

Color Harmonies of #B28901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28901

Black with #B28901

Text Example


Text Example

White with #B28901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28901; }

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

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

background-color css

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

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

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

border-color css

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

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

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