Html Css Color HEX #B8830E Dark Goldenrod

📋 copy color: '#B8830E'

red 184 ◦ green 131 ◦ blue 14

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

Shades of Dark Goldenrod #B8830E

Tints of Dark Goldenrod #B8830E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.82%

 BLUE value IS 14 (5.86% from 255) = 4.26%

R = 55.93%
G = 39.82%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8830E (or 0xB8830E) is known color: Dark Goldenrod. HEX triplet: B8, 83 and 0E. RGB value is (184,131,14). Sum of RGB (Red+Green+Blue) = 184+131+14=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8830E is #477CF1. Grayscale: #868686. Windows color (decimal): -4685042 or 951224. OLE color: 951224.

HSL color Cylindrical-coordinate representation of color #B8830E: hue angle of 41.29º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8830E is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 131 14 -
CMYK 0 0.29 0.92 0.28
HSL 41.29º 0.86% 0.39% -
HSV(B) 41.29º 0.92% 0.72% -
XYZ 27.96 26.45 4.05 -
YUV 133.51 60.56 164.01 -
System Red Green Blue C M Y K H S L
Decimal 184 131 14 0 0.29 0.92 0.28 41.29 0.86 0.39
Hex B8 83 E 0 1D 5C 1C 29 56 27
Octal 270 203 16 0 35 134 34 51 126 47
Binary 10111000 10000011 1110 0 11101 1011100 11100 101001 1010110 100111

Color Harmonies of #B8830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8830E

Black with #B8830E

Text Example


Text Example

White with #B8830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8830E; }

 p { color: rgb(184,131,14); }

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

background-color css

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

 a { background-color: rgb(184,131,14); }

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

border-color css

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

 span { border-color: rgb(184,131,14); }

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