Html Css Color HEX #BF7322 Pirate Gold

📋 copy color: '#BF7322'

red 191 ◦ green 115 ◦ blue 34

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

Shades of Pirate Gold #BF7322

Tints of Pirate Gold #BF7322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.82%

 BLUE value IS 34 (13.67% from 255) = 10%

R = 56.18%
G = 33.82%
B = 10%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF7322 (or 0xBF7322) is known color: Pirate Gold. HEX triplet: BF, 73 and 22. RGB value is (191,115,34). Sum of RGB (Red+Green+Blue) = 191+115+34=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7322 is #408CDD. Grayscale: #808080. Windows color (decimal): -4230366 or 2257855. OLE color: 2257855.

HSL color Cylindrical-coordinate representation of color #BF7322: hue angle of 30.96º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF7322 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 115 34 -
CMYK 0 0.40 0.82 0.25
HSL 30.96º 0.7% 0.44% -
HSV(B) 30.96º 0.82% 0.75% -
XYZ 27.91 23.45 4.57 -
YUV 128.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 191 115 34 0 0.40 0.82 0.25 30.96 0.7 0.44
Hex BF 73 22 0 28 52 19 1F 46 2C
Octal 277 163 42 0 50 122 31 37 106 54
Binary 10111111 1110011 100010 0 101000 1010010 11001 11111 1000110 101100

Color Harmonies of #BF7322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7322

Black with #BF7322

Text Example


Text Example

White with #BF7322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7322; }

 p { color: rgb(191,115,34); }

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

background-color css

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

 a { background-color: rgb(191,115,34); }

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

border-color css

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

 span { border-color: rgb(191,115,34); }

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