Html Css Color HEX #B28A01 Dark Goldenrod

📋 copy color: '#B28A01'

red 178 ◦ green 138 ◦ blue 1

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

Shades of Dark Goldenrod #B28A01

Tints of Dark Goldenrod #B28A01

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.53%

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

R = 56.15%
G = 43.53%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B28A01 (or 0xB28A01) is known color: Dark Goldenrod. HEX triplet: B2, 8A and 01. RGB value is (178,138,1). Sum of RGB (Red+Green+Blue) = 178+138+1=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28A01 is #4D75FE. Grayscale: #868686. Windows color (decimal): -5076479 or 101042. OLE color: 101042.

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

Color convert

RGB 178 138 1 -
CMYK 0 0.22 0.99 0.30
HSL 46.44º 0.99% 0.35% -
HSV(B) 46.44º 0.99% 0.7% -
XYZ 27.45 27.64 3.92 -
YUV 134.34 52.75 159.14 -
System Red Green Blue C M Y K H S L
Decimal 178 138 1 0 0.22 0.99 0.30 46.44 0.99 0.35
Hex B2 8A 1 0 16 63 1E 2E 63 23
Octal 262 212 1 0 26 143 36 56 143 43
Binary 10110010 10001010 1 0 10110 1100011 11110 101110 1100011 100011

Color Harmonies of #B28A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A01

Black with #B28A01

Text Example


Text Example

White with #B28A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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