Html Css Color HEX #BF7B25 Pirate Gold

📋 copy color: '#BF7B25'

red 191 ◦ green 123 ◦ blue 37

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

Shades of Pirate Gold #BF7B25

Tints of Pirate Gold #BF7B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.54%

R = 54.42%
G = 35.04%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF7B25 (or 0xBF7B25) is known color: Pirate Gold. HEX triplet: BF, 7B and 25. RGB value is (191,123,37). Sum of RGB (Red+Green+Blue) = 191+123+37=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B25 is #4084DA. Grayscale: #858585. Windows color (decimal): -4228315 or 2456511. OLE color: 2456511.

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

Color convert

RGB 191 123 37 -
CMYK 0 0.36 0.81 0.25
HSL 33.51º 0.68% 0.45% -
HSV(B) 33.51º 0.81% 0.75% -
XYZ 28.9 25.38 5.12 -
YUV 133.53 73.53 168.99 -
System Red Green Blue C M Y K H S L
Decimal 191 123 37 0 0.36 0.81 0.25 33.51 0.68 0.45
Hex BF 7B 25 0 24 51 19 22 44 2D
Octal 277 173 45 0 44 121 31 42 104 55
Binary 10111111 1111011 100101 0 100100 1010001 11001 100010 1000100 101101

Color Harmonies of #BF7B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B25

Black with #BF7B25

Text Example


Text Example

White with #BF7B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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