Html Css Color HEX #B5681D Pirate Gold

📋 copy color: '#B5681D'

red 181 ◦ green 104 ◦ blue 29

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

Shades of Pirate Gold #B5681D

Tints of Pirate Gold #B5681D

RGB

 RED value IS 181 (71.09% from 255) = 57.64%

 GREEN value IS 104 (41.02% from 255) = 33.12%

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 57.64%
G = 33.12%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5681D (or 0xB5681D) is known color: Pirate Gold. HEX triplet: B5, 68 and 1D. RGB value is (181,104,29). Sum of RGB (Red+Green+Blue) = 181+104+29=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B5681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5681D is #4A97E2. Grayscale: #767676. Windows color (decimal): -4888547 or 1927349. OLE color: 1927349.

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

Color convert

RGB 181 104 29 -
CMYK 0 0.43 0.84 0.29
HSL 29.61º 0.72% 0.41% -
HSV(B) 29.61º 0.84% 0.71% -
XYZ 24.23 19.81 3.71 -
YUV 118.47 77.51 172.6 -
System Red Green Blue C M Y K H S L
Decimal 181 104 29 0 0.43 0.84 0.29 29.61 0.72 0.41
Hex B5 68 1D 0 2B 54 1D 1E 48 29
Octal 265 150 35 0 53 124 35 36 110 51
Binary 10110101 1101000 11101 0 101011 1010100 11101 11110 1001000 101001

Color Harmonies of #B5681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5681D

Black with #B5681D

Text Example


Text Example

White with #B5681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5681D; }

 p { color: rgb(181,104,29); }

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

background-color css

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

 a { background-color: rgb(181,104,29); }

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

border-color css

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

 span { border-color: rgb(181,104,29); }

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