Html Css Color HEX #BB831D Pirate Gold

📋 copy color: '#BB831D'

red 187 ◦ green 131 ◦ blue 29

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

Shades of Pirate Gold #BB831D

Tints of Pirate Gold #BB831D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 53.89%
G = 37.75%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB831D (or 0xBB831D) is known color: Pirate Gold. HEX triplet: BB, 83 and 1D. RGB value is (187,131,29). Sum of RGB (Red+Green+Blue) = 187+131+29=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB831D is #447CE2. Grayscale: #888888. Windows color (decimal): -4488419 or 1934267. OLE color: 1934267.

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

Color convert

RGB 187 131 29 -
CMYK 0 0.30 0.84 0.27
HSL 38.73º 0.73% 0.42% -
HSV(B) 38.73º 0.84% 0.73% -
XYZ 28.83 26.89 4.83 -
YUV 136.12 67.55 164.29 -
System Red Green Blue C M Y K H S L
Decimal 187 131 29 0 0.30 0.84 0.27 38.73 0.73 0.42
Hex BB 83 1D 0 1E 54 1B 27 49 2A
Octal 273 203 35 0 36 124 33 47 111 52
Binary 10111011 10000011 11101 0 11110 1010100 11011 100111 1001001 101010

Color Harmonies of #BB831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB831D

Black with #BB831D

Text Example


Text Example

White with #BB831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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