Html Css Color HEX #BF742A Pirate Gold

📋 copy color: '#BF742A'

red 191 ◦ green 116 ◦ blue 42

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

Shades of Pirate Gold #BF742A

Tints of Pirate Gold #BF742A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 54.73%
G = 33.24%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF742A (or 0xBF742A) is known color: Pirate Gold. HEX triplet: BF, 74 and 2A. RGB value is (191,116,42). Sum of RGB (Red+Green+Blue) = 191+116+42=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF742A is #408BD5. Grayscale: #828282. Windows color (decimal): -4230102 or 2782399. OLE color: 2782399.

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

Color convert

RGB 191 116 42 -
CMYK 0 0.39 0.78 0.25
HSL 29.8º 0.64% 0.46% -
HSV(B) 29.8º 0.78% 0.75% -
XYZ 28.15 23.73 5.29 -
YUV 129.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 191 116 42 0 0.39 0.78 0.25 29.8 0.64 0.46
Hex BF 74 2A 0 27 4E 19 1E 40 2E
Octal 277 164 52 0 47 116 31 36 100 56
Binary 10111111 1110100 101010 0 100111 1001110 11001 11110 1000000 101110

Color Harmonies of #BF742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF742A

Black with #BF742A

Text Example


Text Example

White with #BF742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF742A; }

 p { color: rgb(191,116,42); }

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

background-color css

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

 a { background-color: rgb(191,116,42); }

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

border-color css

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

 span { border-color: rgb(191,116,42); }

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