Html Css Color HEX #BB831B Dark Goldenrod

📋 copy color: '#BB831B'

red 187 ◦ green 131 ◦ blue 27

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

Shades of Dark Goldenrod #BB831B

Tints of Dark Goldenrod #BB831B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 54.2%
G = 37.97%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB831B (or 0xBB831B) is known color: Dark Goldenrod. HEX triplet: BB, 83 and 1B. RGB value is (187,131,27). Sum of RGB (Red+Green+Blue) = 187+131+27=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB831B is #447CE4. Grayscale: #888888. Windows color (decimal): -4488421 or 1803195. OLE color: 1803195.

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

Color convert

RGB 187 131 27 -
CMYK 0 0.30 0.86 0.27
HSL 39º 0.75% 0.42% -
HSV(B) 39º 0.86% 0.73% -
XYZ 28.81 26.88 4.71 -
YUV 135.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 187 131 27 0 0.30 0.86 0.27 39 0.75 0.42
Hex BB 83 1B 0 1E 56 1B 27 4B 2A
Octal 273 203 33 0 36 126 33 47 113 52
Binary 10111011 10000011 11011 0 11110 1010110 11011 100111 1001011 101010

Color Harmonies of #BB831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB831B

Black with #BB831B

Text Example


Text Example

White with #BB831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB831B; }

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

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

background-color css

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

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

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

border-color css

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

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

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