Html Css Color HEX #BB830E Dark Goldenrod

📋 copy color: '#BB830E'

red 187 ◦ green 131 ◦ blue 14

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

Shades of Dark Goldenrod #BB830E

Tints of Dark Goldenrod #BB830E

RGB

 RED value IS 187 (73.44% from 255) = 56.33%

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

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

R = 56.33%
G = 39.46%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB830E (or 0xBB830E) is known color: Dark Goldenrod. HEX triplet: BB, 83 and 0E. RGB value is (187,131,14). Sum of RGB (Red+Green+Blue) = 187+131+14=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB830E is #447CF1. Grayscale: #868686. Windows color (decimal): -4488434 or 951227. OLE color: 951227.

HSL color Cylindrical-coordinate representation of color #BB830E: hue angle of 40.58º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB830E is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 14 -
CMYK 0 0.30 0.93 0.27
HSL 40.58º 0.86% 0.39% -
HSV(B) 40.58º 0.93% 0.73% -
XYZ 28.69 26.83 4.08 -
YUV 134.41 60.05 165.51 -
System Red Green Blue C M Y K H S L
Decimal 187 131 14 0 0.30 0.93 0.27 40.58 0.86 0.39
Hex BB 83 E 0 1E 5D 1B 29 56 27
Octal 273 203 16 0 36 135 33 51 126 47
Binary 10111011 10000011 1110 0 11110 1011101 11011 101001 1010110 100111

Color Harmonies of #BB830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB830E

Black with #BB830E

Text Example


Text Example

White with #BB830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB830E; }

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

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

background-color css

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

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

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

border-color css

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

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

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