Html Css Color HEX #BF772B Pirate Gold

📋 copy color: '#BF772B'

red 191 ◦ green 119 ◦ blue 43

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

Shades of Pirate Gold #BF772B

Tints of Pirate Gold #BF772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.18%

R = 54.11%
G = 33.71%
B = 12.18%

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

#BF772B (or 0xBF772B) is known color: Pirate Gold. HEX triplet: BF, 77 and 2B. RGB value is (191,119,43). Sum of RGB (Red+Green+Blue) = 191+119+43=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF772B is #4088D4. Grayscale: #848484. Windows color (decimal): -4229333 or 2848703. OLE color: 2848703.

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

Color convert

RGB 191 119 43 -
CMYK 0 0.38 0.77 0.25
HSL 30.81º 0.63% 0.46% -
HSV(B) 30.81º 0.77% 0.75% -
XYZ 28.52 24.44 5.5 -
YUV 131.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 191 119 43 0 0.38 0.77 0.25 30.81 0.63 0.46
Hex BF 77 2B 0 26 4D 19 1F 3F 2E
Octal 277 167 53 0 46 115 31 37 77 56
Binary 10111111 1110111 101011 0 100110 1001101 11001 11111 111111 101110

Color Harmonies of #BF772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF772B

Black with #BF772B

Text Example


Text Example

White with #BF772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF772B; }

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

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

background-color css

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

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

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

border-color css

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

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

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