Html Css Color HEX #BF7226 Pirate Gold

📋 copy color: '#BF7226'

red 191 ◦ green 114 ◦ blue 38

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

Shades of Pirate Gold #BF7226

Tints of Pirate Gold #BF7226

RGB

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

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

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

R = 55.69%
G = 33.24%
B = 11.08%

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

#BF7226 (or 0xBF7226) is known color: Pirate Gold. HEX triplet: BF, 72 and 26. RGB value is (191,114,38). Sum of RGB (Red+Green+Blue) = 191+114+38=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7226 is #408DD9. Grayscale: #808080. Windows color (decimal): -4230618 or 2519743. OLE color: 2519743.

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

Color convert

RGB 191 114 38 -
CMYK 0 0.40 0.80 0.25
HSL 29.8º 0.67% 0.45% -
HSV(B) 29.8º 0.8% 0.75% -
XYZ 27.85 23.25 4.85 -
YUV 128.36 77.01 172.68 -
System Red Green Blue C M Y K H S L
Decimal 191 114 38 0 0.40 0.80 0.25 29.8 0.67 0.45
Hex BF 72 26 0 28 50 19 1E 43 2D
Octal 277 162 46 0 50 120 31 36 103 55
Binary 10111111 1110010 100110 0 101000 1010000 11001 11110 1000011 101101

Color Harmonies of #BF7226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7226

Black with #BF7226

Text Example


Text Example

White with #BF7226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7226; }

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

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

background-color css

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

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

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

border-color css

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

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

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