Html Css Color HEX #BF7224 Pirate Gold

📋 copy color: '#BF7224'

red 191 ◦ green 114 ◦ blue 36

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

Shades of Pirate Gold #BF7224

Tints of Pirate Gold #BF7224

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 56.01%
G = 33.43%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF7224 (or 0xBF7224) is known color: Pirate Gold. HEX triplet: BF, 72 and 24. RGB value is (191,114,36). Sum of RGB (Red+Green+Blue) = 191+114+36=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7224 is #408DDB. Grayscale: #808080. Windows color (decimal): -4230620 or 2388671. OLE color: 2388671.

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

Color convert

RGB 191 114 36 -
CMYK 0 0.40 0.81 0.25
HSL 30.19º 0.68% 0.45% -
HSV(B) 30.19º 0.81% 0.75% -
XYZ 27.82 23.24 4.69 -
YUV 128.13 76.01 172.84 -
System Red Green Blue C M Y K H S L
Decimal 191 114 36 0 0.40 0.81 0.25 30.19 0.68 0.45
Hex BF 72 24 0 28 51 19 1E 44 2D
Octal 277 162 44 0 50 121 31 36 104 55
Binary 10111111 1110010 100100 0 101000 1010001 11001 11110 1000100 101101

Color Harmonies of #BF7224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7224

Black with #BF7224

Text Example


Text Example

White with #BF7224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7224; }

 p { color: rgb(191,114,36); }

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

background-color css

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

 a { background-color: rgb(191,114,36); }

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

border-color css

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

 span { border-color: rgb(191,114,36); }

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