Html Css Color HEX #BF821C Pirate Gold

📋 copy color: '#BF821C'

red 191 ◦ green 130 ◦ blue 28

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

Shades of Pirate Gold #BF821C

Tints of Pirate Gold #BF821C

RGB

 RED value IS 191 (75% from 255) = 54.73%

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

 BLUE value IS 28 (11.33% from 255) = 8.02%

R = 54.73%
G = 37.25%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF821C (or 0xBF821C) is known color: Pirate Gold. HEX triplet: BF, 82 and 1C. RGB value is (191,130,28). Sum of RGB (Red+Green+Blue) = 191+130+28=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF821C is #407DE3. Grayscale: #898989. Windows color (decimal): -4226532 or 1868479. OLE color: 1868479.

HSL color Cylindrical-coordinate representation of color #BF821C: hue angle of 37.55º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF821C is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 130 28 -
CMYK 0 0.32 0.85 0.25
HSL 37.55º 0.74% 0.43% -
HSV(B) 37.55º 0.85% 0.75% -
XYZ 29.68 27.13 4.77 -
YUV 136.61 66.71 166.79 -
System Red Green Blue C M Y K H S L
Decimal 191 130 28 0 0.32 0.85 0.25 37.55 0.74 0.43
Hex BF 82 1C 0 20 55 19 26 4A 2B
Octal 277 202 34 0 40 125 31 46 112 53
Binary 10111111 10000010 11100 0 100000 1010101 11001 100110 1001010 101011

Color Harmonies of #BF821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF821C

Black with #BF821C

Text Example


Text Example

White with #BF821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF821C; }

 p { color: rgb(191,130,28); }

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

background-color css

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

 a { background-color: rgb(191,130,28); }

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

border-color css

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

 span { border-color: rgb(191,130,28); }

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