Html Css Color HEX #BF7326 Pirate Gold

📋 copy color: '#BF7326'

red 191 ◦ green 115 ◦ blue 38

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

Shades of Pirate Gold #BF7326

Tints of Pirate Gold #BF7326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.05%

R = 55.52%
G = 33.43%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF7326 (or 0xBF7326) is known color: Pirate Gold. HEX triplet: BF, 73 and 26. RGB value is (191,115,38). Sum of RGB (Red+Green+Blue) = 191+115+38=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7326 is #408CD9. Grayscale: #818181. Windows color (decimal): -4230362 or 2519999. OLE color: 2519999.

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

Color convert

RGB 191 115 38 -
CMYK 0 0.40 0.80 0.25
HSL 30.2º 0.67% 0.45% -
HSV(B) 30.2º 0.8% 0.75% -
XYZ 27.97 23.48 4.89 -
YUV 128.95 76.68 172.26 -
System Red Green Blue C M Y K H S L
Decimal 191 115 38 0 0.40 0.80 0.25 30.2 0.67 0.45
Hex BF 73 26 0 28 50 19 1E 43 2D
Octal 277 163 46 0 50 120 31 36 103 55
Binary 10111111 1110011 100110 0 101000 1010000 11001 11110 1000011 101101

Color Harmonies of #BF7326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7326

Black with #BF7326

Text Example


Text Example

White with #BF7326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7326; }

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

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

background-color css

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

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

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

border-color css

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

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

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