Html Css Color HEX #BF762C Pirate Gold

📋 copy color: '#BF762C'

red 191 ◦ green 118 ◦ blue 44

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

Shades of Pirate Gold #BF762C

Tints of Pirate Gold #BF762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.43%

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

R = 54.11%
G = 33.43%
B = 12.46%

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

#BF762C (or 0xBF762C) is known color: Pirate Gold. HEX triplet: BF, 76 and 2C. RGB value is (191,118,44). Sum of RGB (Red+Green+Blue) = 191+118+44=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF762C is #4089D3. Grayscale: #838383. Windows color (decimal): -4229588 or 2913983. OLE color: 2913983.

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

Color convert

RGB 191 118 44 -
CMYK 0 0.38 0.77 0.25
HSL 30.2º 0.63% 0.46% -
HSV(B) 30.2º 0.77% 0.75% -
XYZ 28.42 24.22 5.56 -
YUV 131.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 191 118 44 0 0.38 0.77 0.25 30.2 0.63 0.46
Hex BF 76 2C 0 26 4D 19 1E 3F 2E
Octal 277 166 54 0 46 115 31 36 77 56
Binary 10111111 1110110 101100 0 100110 1001101 11001 11110 111111 101110

Color Harmonies of #BF762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF762C

Black with #BF762C

Text Example


Text Example

White with #BF762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF762C; }

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

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

background-color css

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

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

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

border-color css

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

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

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