Html Css Color HEX #BF7C29 Pirate Gold

📋 copy color: '#BF7C29'

red 191 ◦ green 124 ◦ blue 41

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

Shades of Pirate Gold #BF7C29

Tints of Pirate Gold #BF7C29

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.83%

 BLUE value IS 41 (16.41% from 255) = 11.52%

R = 53.65%
G = 34.83%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF7C29 (or 0xBF7C29) is known color: Pirate Gold. HEX triplet: BF, 7C and 29. RGB value is (191,124,41). Sum of RGB (Red+Green+Blue) = 191+124+41=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C29 is #4083D6. Grayscale: #868686. Windows color (decimal): -4228055 or 2718911. OLE color: 2718911.

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

Color convert

RGB 191 124 41 -
CMYK 0 0.35 0.79 0.25
HSL 33.2º 0.65% 0.45% -
HSV(B) 33.2º 0.79% 0.75% -
XYZ 29.09 25.65 5.52 -
YUV 134.57 75.2 168.25 -
System Red Green Blue C M Y K H S L
Decimal 191 124 41 0 0.35 0.79 0.25 33.2 0.65 0.45
Hex BF 7C 29 0 23 4F 19 21 41 2D
Octal 277 174 51 0 43 117 31 41 101 55
Binary 10111111 1111100 101001 0 100011 1001111 11001 100001 1000001 101101

Color Harmonies of #BF7C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7C29

Black with #BF7C29

Text Example


Text Example

White with #BF7C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7C29; }

 p { color: rgb(191,124,41); }

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

background-color css

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

 a { background-color: rgb(191,124,41); }

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

border-color css

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

 span { border-color: rgb(191,124,41); }

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