Html Css Color HEX #B5671A Pirate Gold

📋 copy color: '#B5671A'

red 181 ◦ green 103 ◦ blue 26

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

Shades of Pirate Gold #B5671A

Tints of Pirate Gold #B5671A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

 BLUE value IS 26 (10.55% from 255) = 8.39%

R = 58.39%
G = 33.23%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5671A (or 0xB5671A) is known color: Pirate Gold. HEX triplet: B5, 67 and 1A. RGB value is (181,103,26). Sum of RGB (Red+Green+Blue) = 181+103+26=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5671A is #4A98E5. Grayscale: #757575. Windows color (decimal): -4888806 or 1730485. OLE color: 1730485.

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

Color convert

RGB 181 103 26 -
CMYK 0 0.43 0.86 0.29
HSL 29.81º 0.75% 0.41% -
HSV(B) 29.81º 0.86% 0.71% -
XYZ 24.09 19.6 3.49 -
YUV 117.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 181 103 26 0 0.43 0.86 0.29 29.81 0.75 0.41
Hex B5 67 1A 0 2B 56 1D 1E 4B 29
Octal 265 147 32 0 53 126 35 36 113 51
Binary 10110101 1100111 11010 0 101011 1010110 11101 11110 1001011 101001

Color Harmonies of #B5671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5671A

Black with #B5671A

Text Example


Text Example

White with #B5671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5671A; }

 p { color: rgb(181,103,26); }

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

background-color css

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

 a { background-color: rgb(181,103,26); }

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

border-color css

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

 span { border-color: rgb(181,103,26); }

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