Html Css Color HEX #BB821D Pirate Gold

📋 copy color: '#BB821D'

red 187 ◦ green 130 ◦ blue 29

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

Shades of Pirate Gold #BB821D

Tints of Pirate Gold #BB821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

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

R = 54.05%
G = 37.57%
B = 8.38%

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

#BB821D (or 0xBB821D) is known color: Pirate Gold. HEX triplet: BB, 82 and 1D. RGB value is (187,130,29). Sum of RGB (Red+Green+Blue) = 187+130+29=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB821D is #447DE2. Grayscale: #878787. Windows color (decimal): -4488675 or 1934011. OLE color: 1934011.

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

Color convert

RGB 187 130 29 -
CMYK 0 0.30 0.84 0.27
HSL 38.35º 0.73% 0.42% -
HSV(B) 38.35º 0.84% 0.73% -
XYZ 28.7 26.62 4.79 -
YUV 135.53 67.88 164.71 -
System Red Green Blue C M Y K H S L
Decimal 187 130 29 0 0.30 0.84 0.27 38.35 0.73 0.42
Hex BB 82 1D 0 1E 54 1B 26 49 2A
Octal 273 202 35 0 36 124 33 46 111 52
Binary 10111011 10000010 11101 0 11110 1010100 11011 100110 1001001 101010

Color Harmonies of #BB821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB821D

Black with #BB821D

Text Example


Text Example

White with #BB821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB821D; }

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

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

background-color css

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

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

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

border-color css

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

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

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