Html Css Color HEX #BF821E Pirate Gold

📋 copy color: '#BF821E'

red 191 ◦ green 130 ◦ blue 30

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

Shades of Pirate Gold #BF821E

Tints of Pirate Gold #BF821E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 54.42%
G = 37.04%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF821E (or 0xBF821E) is known color: Pirate Gold. HEX triplet: BF, 82 and 1E. RGB value is (191,130,30). Sum of RGB (Red+Green+Blue) = 191+130+30=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF821E is #407DE1. Grayscale: #898989. Windows color (decimal): -4226530 or 1999551. OLE color: 1999551.

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

Color convert

RGB 191 130 30 -
CMYK 0 0.32 0.84 0.25
HSL 37.27º 0.73% 0.43% -
HSV(B) 37.27º 0.84% 0.75% -
XYZ 29.7 27.14 4.9 -
YUV 136.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 191 130 30 0 0.32 0.84 0.25 37.27 0.73 0.43
Hex BF 82 1E 0 20 54 19 25 49 2B
Octal 277 202 36 0 40 124 31 45 111 53
Binary 10111111 10000010 11110 0 100000 1010100 11001 100101 1001001 101011

Color Harmonies of #BF821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF821E

Black with #BF821E

Text Example


Text Example

White with #BF821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF821E; }

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

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

background-color css

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

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

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

border-color css

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

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

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