Html Css Color HEX #BF7A20 Pirate Gold

📋 copy color: '#BF7A20'

red 191 ◦ green 122 ◦ blue 32

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

Shades of Pirate Gold #BF7A20

Tints of Pirate Gold #BF7A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

 BLUE value IS 32 (12.89% from 255) = 9.28%

R = 55.36%
G = 35.36%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF7A20 (or 0xBF7A20) is known color: Pirate Gold. HEX triplet: BF, 7A and 20. RGB value is (191,122,32). Sum of RGB (Red+Green+Blue) = 191+122+32=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A20 is #4085DF. Grayscale: #848484. Windows color (decimal): -4228576 or 2128575. OLE color: 2128575.

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

Color convert

RGB 191 122 32 -
CMYK 0 0.36 0.83 0.25
HSL 33.96º 0.71% 0.44% -
HSV(B) 33.96º 0.83% 0.75% -
XYZ 28.71 25.1 4.7 -
YUV 132.37 71.36 169.82 -
System Red Green Blue C M Y K H S L
Decimal 191 122 32 0 0.36 0.83 0.25 33.96 0.71 0.44
Hex BF 7A 20 0 24 53 19 22 47 2C
Octal 277 172 40 0 44 123 31 42 107 54
Binary 10111111 1111010 100000 0 100100 1010011 11001 100010 1000111 101100

Color Harmonies of #BF7A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A20

Black with #BF7A20

Text Example


Text Example

White with #BF7A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A20; }

 p { color: rgb(191,122,32); }

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

background-color css

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

 a { background-color: rgb(191,122,32); }

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

border-color css

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

 span { border-color: rgb(191,122,32); }

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