Html Css Color HEX #BF7323 Pirate Gold

📋 copy color: '#BF7323'

red 191 ◦ green 115 ◦ blue 35

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

Shades of Pirate Gold #BF7323

Tints of Pirate Gold #BF7323

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 56.01%
G = 33.72%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF7323 (or 0xBF7323) is known color: Pirate Gold. HEX triplet: BF, 73 and 23. RGB value is (191,115,35). Sum of RGB (Red+Green+Blue) = 191+115+35=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7323 is #408CDC. Grayscale: #818181. Windows color (decimal): -4230365 or 2323391. OLE color: 2323391.

HSL color Cylindrical-coordinate representation of color #BF7323: hue angle of 30.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF7323 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 115 35 -
CMYK 0 0.40 0.82 0.25
HSL 30.77º 0.69% 0.44% -
HSV(B) 30.77º 0.82% 0.75% -
XYZ 27.92 23.46 4.65 -
YUV 128.6 75.18 172.5 -
System Red Green Blue C M Y K H S L
Decimal 191 115 35 0 0.40 0.82 0.25 30.77 0.69 0.44
Hex BF 73 23 0 28 52 19 1F 45 2C
Octal 277 163 43 0 50 122 31 37 105 54
Binary 10111111 1110011 100011 0 101000 1010010 11001 11111 1000101 101100

Color Harmonies of #BF7323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7323

Black with #BF7323

Text Example


Text Example

White with #BF7323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7323; }

 p { color: rgb(191,115,35); }

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

background-color css

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

 a { background-color: rgb(191,115,35); }

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

border-color css

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

 span { border-color: rgb(191,115,35); }

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