Html Css Color HEX #BF752A Pirate Gold

📋 copy color: '#BF752A'

red 191 ◦ green 117 ◦ blue 42

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

Shades of Pirate Gold #BF752A

Tints of Pirate Gold #BF752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

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

R = 54.57%
G = 33.43%
B = 12%

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

#BF752A (or 0xBF752A) is known color: Pirate Gold. HEX triplet: BF, 75 and 2A. RGB value is (191,117,42). Sum of RGB (Red+Green+Blue) = 191+117+42=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF752A is #408AD5. Grayscale: #828282. Windows color (decimal): -4229846 or 2782655. OLE color: 2782655.

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

Color convert

RGB 191 117 42 -
CMYK 0 0.39 0.78 0.25
HSL 30.2º 0.64% 0.46% -
HSV(B) 30.2º 0.78% 0.75% -
XYZ 28.27 23.97 5.33 -
YUV 130.58 78.02 171.1 -
System Red Green Blue C M Y K H S L
Decimal 191 117 42 0 0.39 0.78 0.25 30.2 0.64 0.46
Hex BF 75 2A 0 27 4E 19 1E 40 2E
Octal 277 165 52 0 47 116 31 36 100 56
Binary 10111111 1110101 101010 0 100111 1001110 11001 11110 1000000 101110

Color Harmonies of #BF752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF752A

Black with #BF752A

Text Example


Text Example

White with #BF752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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