Html Css Color HEX #BF6E23 Pirate Gold

📋 copy color: '#BF6E23'

red 191 ◦ green 110 ◦ blue 35

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

Shades of Pirate Gold #BF6E23

Tints of Pirate Gold #BF6E23

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.74%

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

R = 56.85%
G = 32.74%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF6E23 (or 0xBF6E23) is known color: Pirate Gold. HEX triplet: BF, 6E and 23. RGB value is (191,110,35). Sum of RGB (Red+Green+Blue) = 191+110+35=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6E23 is #4091DC. Grayscale: #7E7E7E. Windows color (decimal): -4231645 or 2322111. OLE color: 2322111.

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

Color convert

RGB 191 110 35 -
CMYK 0 0.42 0.82 0.25
HSL 28.85º 0.69% 0.44% -
HSV(B) 28.85º 0.82% 0.75% -
XYZ 27.37 22.35 4.46 -
YUV 125.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 191 110 35 0 0.42 0.82 0.25 28.85 0.69 0.44
Hex BF 6E 23 0 2A 52 19 1D 45 2C
Octal 277 156 43 0 52 122 31 35 105 54
Binary 10111111 1101110 100011 0 101010 1010010 11001 11101 1000101 101100

Color Harmonies of #BF6E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E23

Black with #BF6E23

Text Example


Text Example

White with #BF6E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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