Html Css Color HEX #BF7B2A Pirate Gold

📋 copy color: '#BF7B2A'

red 191 ◦ green 123 ◦ blue 42

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

Shades of Pirate Gold #BF7B2A

Tints of Pirate Gold #BF7B2A

RGB

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

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

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

R = 53.65%
G = 34.55%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF7B2A (or 0xBF7B2A) is known color: Pirate Gold. HEX triplet: BF, 7B and 2A. RGB value is (191,123,42). Sum of RGB (Red+Green+Blue) = 191+123+42=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B2A is #4084D5. Grayscale: #868686. Windows color (decimal): -4228310 or 2784191. OLE color: 2784191.

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

Color convert

RGB 191 123 42 -
CMYK 0 0.36 0.78 0.25
HSL 32.62º 0.64% 0.46% -
HSV(B) 32.62º 0.78% 0.75% -
XYZ 28.99 25.41 5.57 -
YUV 134.1 76.03 168.59 -
System Red Green Blue C M Y K H S L
Decimal 191 123 42 0 0.36 0.78 0.25 32.62 0.64 0.46
Hex BF 7B 2A 0 24 4E 19 21 40 2E
Octal 277 173 52 0 44 116 31 41 100 56
Binary 10111111 1111011 101010 0 100100 1001110 11001 100001 1000000 101110

Color Harmonies of #BF7B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B2A

Black with #BF7B2A

Text Example


Text Example

White with #BF7B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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