Html Css Color HEX #BF7B2F Pirate Gold

📋 copy color: '#BF7B2F'

red 191 ◦ green 123 ◦ blue 47

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

Shades of Pirate Gold #BF7B2F

Tints of Pirate Gold #BF7B2F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

 BLUE value IS 47 (18.75% from 255) = 13.02%

R = 52.91%
G = 34.07%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF7B2F (or 0xBF7B2F) is known color: Pirate Gold. HEX triplet: BF, 7B and 2F. RGB value is (191,123,47). Sum of RGB (Red+Green+Blue) = 191+123+47=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B2F is #4084D0. Grayscale: #878787. Windows color (decimal): -4228305 or 3111871. OLE color: 3111871.

HSL color Cylindrical-coordinate representation of color #BF7B2F: hue angle of 31.67º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF7B2F is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 123 47 -
CMYK 0 0.36 0.75 0.25
HSL 31.67º 0.61% 0.47% -
HSV(B) 31.67º 0.75% 0.75% -
XYZ 29.08 25.45 6.07 -
YUV 134.67 78.53 168.18 -
System Red Green Blue C M Y K H S L
Decimal 191 123 47 0 0.36 0.75 0.25 31.67 0.61 0.47
Hex BF 7B 2F 0 24 4B 19 20 3D 2F
Octal 277 173 57 0 44 113 31 40 75 57
Binary 10111111 1111011 101111 0 100100 1001011 11001 100000 111101 101111

Color Harmonies of #BF7B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B2F

Black with #BF7B2F

Text Example


Text Example

White with #BF7B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B2F; }

 p { color: rgb(191,123,47); }

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

background-color css

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

 a { background-color: rgb(191,123,47); }

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

border-color css

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

 span { border-color: rgb(191,123,47); }

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