Html Css Color HEX #BF7324 Pirate Gold

📋 copy color: '#BF7324'

red 191 ◦ green 115 ◦ blue 36

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

Shades of Pirate Gold #BF7324

Tints of Pirate Gold #BF7324

RGB

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

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

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

R = 55.85%
G = 33.63%
B = 10.53%

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

#BF7324 (or 0xBF7324) is known color: Pirate Gold. HEX triplet: BF, 73 and 24. RGB value is (191,115,36). Sum of RGB (Red+Green+Blue) = 191+115+36=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7324 is #408CDB. Grayscale: #818181. Windows color (decimal): -4230364 or 2388927. OLE color: 2388927.

HSL color Cylindrical-coordinate representation of color #BF7324: hue angle of 30.58º 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 #BF7324 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 115 36 -
CMYK 0 0.40 0.81 0.25
HSL 30.58º 0.68% 0.45% -
HSV(B) 30.58º 0.81% 0.75% -
XYZ 27.94 23.47 4.73 -
YUV 128.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 191 115 36 0 0.40 0.81 0.25 30.58 0.68 0.45
Hex BF 73 24 0 28 51 19 1F 44 2D
Octal 277 163 44 0 50 121 31 37 104 55
Binary 10111111 1110011 100100 0 101000 1010001 11001 11111 1000100 101101

Color Harmonies of #BF7324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7324

Black with #BF7324

Text Example


Text Example

White with #BF7324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7324; }

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

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

background-color css

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

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

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

border-color css

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

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

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