Html Css Color HEX #BB830D Dark Goldenrod

📋 copy color: '#BB830D'

red 187 ◦ green 131 ◦ blue 13

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

Shades of Dark Goldenrod #BB830D

Tints of Dark Goldenrod #BB830D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.93%

R = 56.5%
G = 39.58%
B = 3.93%

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

#BB830D (or 0xBB830D) is known color: Dark Goldenrod. HEX triplet: BB, 83 and 0D. RGB value is (187,131,13). Sum of RGB (Red+Green+Blue) = 187+131+13=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB830D is #447CF2. Grayscale: #868686. Windows color (decimal): -4488435 or 885691. OLE color: 885691.

HSL color Cylindrical-coordinate representation of color #BB830D: hue angle of 40.69º degrees, saturation: 0.87, 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 #BB830D is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 13 -
CMYK 0 0.30 0.93 0.27
HSL 40.69º 0.87% 0.39% -
HSV(B) 40.69º 0.93% 0.73% -
XYZ 28.68 26.83 4.05 -
YUV 134.29 59.55 165.59 -
System Red Green Blue C M Y K H S L
Decimal 187 131 13 0 0.30 0.93 0.27 40.69 0.87 0.39
Hex BB 83 D 0 1E 5D 1B 29 57 27
Octal 273 203 15 0 36 135 33 51 127 47
Binary 10111011 10000011 1101 0 11110 1011101 11011 101001 1010111 100111

Color Harmonies of #BB830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB830D

Black with #BB830D

Text Example


Text Example

White with #BB830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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