Html Css Color HEX #B18E03 Dark Goldenrod

📋 copy color: '#B18E03'

red 177 ◦ green 142 ◦ blue 3

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

Shades of Dark Goldenrod #B18E03

Tints of Dark Goldenrod #B18E03

RGB

 RED value IS 177 (69.53% from 255) = 54.97%

 GREEN value IS 142 (55.86% from 255) = 44.1%

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 54.97%
G = 44.1%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B18E03 (or 0xB18E03) is known color: Dark Goldenrod. HEX triplet: B1, 8E and 03. RGB value is (177,142,3). Sum of RGB (Red+Green+Blue) = 177+142+3=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18E03 is #4E71FC. Grayscale: #898989. Windows color (decimal): -5140989 or 233137. OLE color: 233137.

HSL color Cylindrical-coordinate representation of color #B18E03: hue angle of 47.93º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B18E03 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 142 3 -
CMYK 0 0.20 0.98 0.31
HSL 47.93º 0.97% 0.35% -
HSV(B) 47.93º 0.98% 0.69% -
XYZ 27.82 28.7 4.16 -
YUV 136.62 52.6 156.8 -
System Red Green Blue C M Y K H S L
Decimal 177 142 3 0 0.20 0.98 0.31 47.93 0.97 0.35
Hex B1 8E 3 0 14 62 1F 30 61 23
Octal 261 216 3 0 24 142 37 60 141 43
Binary 10110001 10001110 11 0 10100 1100010 11111 110000 1100001 100011

Color Harmonies of #B18E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18E03

Black with #B18E03

Text Example


Text Example

White with #B18E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18E03; }

 p { color: rgb(177,142,3); }

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

background-color css

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

 a { background-color: rgb(177,142,3); }

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

border-color css

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

 span { border-color: rgb(177,142,3); }

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