Html Css Color HEX #B57D1B Pirate Gold

📋 copy color: '#B57D1B'

red 181 ◦ green 125 ◦ blue 27

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

Shades of Pirate Gold #B57D1B

Tints of Pirate Gold #B57D1B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.54%

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

R = 54.35%
G = 37.54%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B57D1B (or 0xB57D1B) is known color: Pirate Gold. HEX triplet: B5, 7D and 1B. RGB value is (181,125,27). Sum of RGB (Red+Green+Blue) = 181+125+27=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57D1B is #4A82E4. Grayscale: #838383. Windows color (decimal): -4883173 or 1801653. OLE color: 1801653.

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

Color convert

RGB 181 125 27 -
CMYK 0 0.31 0.85 0.29
HSL 38.18º 0.74% 0.41% -
HSV(B) 38.18º 0.85% 0.71% -
XYZ 26.59 24.57 4.38 -
YUV 130.57 69.55 163.97 -
System Red Green Blue C M Y K H S L
Decimal 181 125 27 0 0.31 0.85 0.29 38.18 0.74 0.41
Hex B5 7D 1B 0 1F 55 1D 26 4A 29
Octal 265 175 33 0 37 125 35 46 112 51
Binary 10110101 1111101 11011 0 11111 1010101 11101 100110 1001010 101001

Color Harmonies of #B57D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57D1B

Black with #B57D1B

Text Example


Text Example

White with #B57D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57D1B; }

 p { color: rgb(181,125,27); }

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

background-color css

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

 a { background-color: rgb(181,125,27); }

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

border-color css

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

 span { border-color: rgb(181,125,27); }

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