Html Css Color HEX #B8940B Dark Goldenrod

📋 copy color: '#B8940B'

red 184 ◦ green 148 ◦ blue 11

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

Shades of Dark Goldenrod #B8940B

Tints of Dark Goldenrod #B8940B

RGB

 RED value IS 184 (72.27% from 255) = 53.64%

 GREEN value IS 148 (58.2% from 255) = 43.15%

 BLUE value IS 11 (4.69% from 255) = 3.21%

R = 53.64%
G = 43.15%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8940B (or 0xB8940B) is known color: Dark Goldenrod. HEX triplet: B8, 94 and 0B. RGB value is (184,148,11). Sum of RGB (Red+Green+Blue) = 184+148+11=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8940B is #476BF4. Grayscale: #8F8F8F. Windows color (decimal): -4680693 or 758968. OLE color: 758968.

HSL color Cylindrical-coordinate representation of color #B8940B: hue angle of 47.51º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8940B is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 148 11 -
CMYK 0 0.20 0.94 0.28
HSL 47.51º 0.89% 0.38% -
HSV(B) 47.51º 0.94% 0.72% -
XYZ 30.42 31.39 4.77 -
YUV 143.15 53.43 157.14 -
System Red Green Blue C M Y K H S L
Decimal 184 148 11 0 0.20 0.94 0.28 47.51 0.89 0.38
Hex B8 94 B 0 14 5E 1C 30 59 26
Octal 270 224 13 0 24 136 34 60 131 46
Binary 10111000 10010100 1011 0 10100 1011110 11100 110000 1011001 100110

Color Harmonies of #B8940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8940B

Black with #B8940B

Text Example


Text Example

White with #B8940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8940B; }

 p { color: rgb(184,148,11); }

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

background-color css

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

 a { background-color: rgb(184,148,11); }

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

border-color css

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

 span { border-color: rgb(184,148,11); }

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