Html Css Color HEX #BF7F26 Pirate Gold

📋 copy color: '#BF7F26'

red 191 ◦ green 127 ◦ blue 38

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

Shades of Pirate Gold #BF7F26

Tints of Pirate Gold #BF7F26

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

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

R = 53.65%
G = 35.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF7F26 (or 0xBF7F26) is known color: Pirate Gold. HEX triplet: BF, 7F and 26. RGB value is (191,127,38). Sum of RGB (Red+Green+Blue) = 191+127+38=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7F26 is #4080D9. Grayscale: #888888. Windows color (decimal): -4227290 or 2523071. OLE color: 2523071.

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

Color convert

RGB 191 127 38 -
CMYK 0 0.34 0.80 0.25
HSL 34.9º 0.67% 0.45% -
HSV(B) 34.9º 0.8% 0.75% -
XYZ 29.43 26.4 5.38 -
YUV 135.99 72.7 167.24 -
System Red Green Blue C M Y K H S L
Decimal 191 127 38 0 0.34 0.80 0.25 34.9 0.67 0.45
Hex BF 7F 26 0 22 50 19 23 43 2D
Octal 277 177 46 0 42 120 31 43 103 55
Binary 10111111 1111111 100110 0 100010 1010000 11001 100011 1000011 101101

Color Harmonies of #BF7F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F26

Black with #BF7F26

Text Example


Text Example

White with #BF7F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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