Html Css Color HEX #BF7A2B Pirate Gold

📋 copy color: '#BF7A2B'

red 191 ◦ green 122 ◦ blue 43

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

Shades of Pirate Gold #BF7A2B

Tints of Pirate Gold #BF7A2B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.27%

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

R = 53.65%
G = 34.27%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF7A2B (or 0xBF7A2B) is known color: Pirate Gold. HEX triplet: BF, 7A and 2B. RGB value is (191,122,43). Sum of RGB (Red+Green+Blue) = 191+122+43=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A2B is #4085D4. Grayscale: #868686. Windows color (decimal): -4228565 or 2849471. OLE color: 2849471.

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

Color convert

RGB 191 122 43 -
CMYK 0 0.36 0.77 0.25
HSL 32.03º 0.63% 0.46% -
HSV(B) 32.03º 0.77% 0.75% -
XYZ 28.88 25.17 5.62 -
YUV 133.63 76.86 168.92 -
System Red Green Blue C M Y K H S L
Decimal 191 122 43 0 0.36 0.77 0.25 32.03 0.63 0.46
Hex BF 7A 2B 0 24 4D 19 20 3F 2E
Octal 277 172 53 0 44 115 31 40 77 56
Binary 10111111 1111010 101011 0 100100 1001101 11001 100000 111111 101110

Color Harmonies of #BF7A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A2B

Black with #BF7A2B

Text Example


Text Example

White with #BF7A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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