Html Css Color HEX #B5681E Pirate Gold

📋 copy color: '#B5681E'

red 181 ◦ green 104 ◦ blue 30

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

Shades of Pirate Gold #B5681E

Tints of Pirate Gold #B5681E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 57.46%
G = 33.02%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5681E (or 0xB5681E) is known color: Pirate Gold. HEX triplet: B5, 68 and 1E. RGB value is (181,104,30). Sum of RGB (Red+Green+Blue) = 181+104+30=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B5681E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5681E is #4A97E1. Grayscale: #767676. Windows color (decimal): -4888546 or 1992885. OLE color: 1992885.

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

Color convert

RGB 181 104 30 -
CMYK 0 0.43 0.83 0.29
HSL 29.4º 0.72% 0.41% -
HSV(B) 29.4º 0.83% 0.71% -
XYZ 24.24 19.82 3.78 -
YUV 118.59 78.01 172.52 -
System Red Green Blue C M Y K H S L
Decimal 181 104 30 0 0.43 0.83 0.29 29.4 0.72 0.41
Hex B5 68 1E 0 2B 53 1D 1D 48 29
Octal 265 150 36 0 53 123 35 35 110 51
Binary 10110101 1101000 11110 0 101011 1010011 11101 11101 1001000 101001

Color Harmonies of #B5681E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5681E

Black with #B5681E

Text Example


Text Example

White with #B5681E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5681E; }

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

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

background-color css

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

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

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

border-color css

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

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

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