Html Css Color HEX #BF7B27 Pirate Gold

📋 copy color: '#BF7B27'

red 191 ◦ green 123 ◦ blue 39

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

Shades of Pirate Gold #BF7B27

Tints of Pirate Gold #BF7B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.05%

R = 54.11%
G = 34.84%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF7B27 (or 0xBF7B27) is known color: Pirate Gold. HEX triplet: BF, 7B and 27. RGB value is (191,123,39). Sum of RGB (Red+Green+Blue) = 191+123+39=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B27 is #4084D8. Grayscale: #868686. Windows color (decimal): -4228313 or 2587583. OLE color: 2587583.

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

Color convert

RGB 191 123 39 -
CMYK 0 0.36 0.80 0.25
HSL 33.16º 0.66% 0.45% -
HSV(B) 33.16º 0.8% 0.75% -
XYZ 28.94 25.39 5.29 -
YUV 133.76 74.53 168.83 -
System Red Green Blue C M Y K H S L
Decimal 191 123 39 0 0.36 0.80 0.25 33.16 0.66 0.45
Hex BF 7B 27 0 24 50 19 21 42 2D
Octal 277 173 47 0 44 120 31 41 102 55
Binary 10111111 1111011 100111 0 100100 1010000 11001 100001 1000010 101101

Color Harmonies of #BF7B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B27

Black with #BF7B27

Text Example


Text Example

White with #BF7B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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