Html Css Color HEX #BF772C Pirate Gold

📋 copy color: '#BF772C'

red 191 ◦ green 119 ◦ blue 44

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

Shades of Pirate Gold #BF772C

Tints of Pirate Gold #BF772C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 44 (17.58% from 255) = 12.43%

R = 53.95%
G = 33.62%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF772C (or 0xBF772C) is known color: Pirate Gold. HEX triplet: BF, 77 and 2C. RGB value is (191,119,44). Sum of RGB (Red+Green+Blue) = 191+119+44=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF772C is #4088D3. Grayscale: #848484. Windows color (decimal): -4229332 or 2914239. OLE color: 2914239.

HSL color Cylindrical-coordinate representation of color #BF772C: hue angle of 30.61º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF772C is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 119 44 -
CMYK 0 0.38 0.77 0.25
HSL 30.61º 0.63% 0.46% -
HSV(B) 30.61º 0.77% 0.75% -
XYZ 28.54 24.45 5.6 -
YUV 131.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 191 119 44 0 0.38 0.77 0.25 30.61 0.63 0.46
Hex BF 77 2C 0 26 4D 19 1F 3F 2E
Octal 277 167 54 0 46 115 31 37 77 56
Binary 10111111 1110111 101100 0 100110 1001101 11001 11111 111111 101110

Color Harmonies of #BF772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF772C

Black with #BF772C

Text Example


Text Example

White with #BF772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF772C; }

 p { color: rgb(191,119,44); }

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

background-color css

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

 a { background-color: rgb(191,119,44); }

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

border-color css

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

 span { border-color: rgb(191,119,44); }

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