Html Css Color HEX #B8691B Pirate Gold

📋 copy color: '#B8691B'

red 184 ◦ green 105 ◦ blue 27

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

Shades of Pirate Gold #B8691B

Tints of Pirate Gold #B8691B

RGB

 RED value IS 184 (72.27% from 255) = 58.23%

 GREEN value IS 105 (41.41% from 255) = 33.23%

 BLUE value IS 27 (10.94% from 255) = 8.54%

R = 58.23%
G = 33.23%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8691B (or 0xB8691B) is known color: Pirate Gold. HEX triplet: B8, 69 and 1B. RGB value is (184,105,27). Sum of RGB (Red+Green+Blue) = 184+105+27=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8691B is #4796E4. Grayscale: #787878. Windows color (decimal): -4691685 or 1796536. OLE color: 1796536.

HSL color Cylindrical-coordinate representation of color #B8691B: hue angle of 29.81º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8691B is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 105 27 -
CMYK 0 0.43 0.85 0.28
HSL 29.81º 0.74% 0.41% -
HSV(B) 29.81º 0.85% 0.72% -
XYZ 25.02 20.37 3.65 -
YUV 119.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 184 105 27 0 0.43 0.85 0.28 29.81 0.74 0.41
Hex B8 69 1B 0 2B 55 1C 1E 4A 29
Octal 270 151 33 0 53 125 34 36 112 51
Binary 10111000 1101001 11011 0 101011 1010101 11100 11110 1001010 101001

Color Harmonies of #B8691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8691B

Black with #B8691B

Text Example


Text Example

White with #B8691B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8691B; }

 p { color: rgb(184,105,27); }

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

background-color css

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

 a { background-color: rgb(184,105,27); }

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

border-color css

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

 span { border-color: rgb(184,105,27); }

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