Html Css Color HEX #B57B1C Pirate Gold

📋 copy color: '#B57B1C'

red 181 ◦ green 123 ◦ blue 28

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

Shades of Pirate Gold #B57B1C

Tints of Pirate Gold #B57B1C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.05%

 BLUE value IS 28 (11.33% from 255) = 8.43%

R = 54.52%
G = 37.05%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B57B1C (or 0xB57B1C) is known color: Pirate Gold. HEX triplet: B5, 7B and 1C. RGB value is (181,123,28). Sum of RGB (Red+Green+Blue) = 181+123+28=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57B1C is #4A84E3. Grayscale: #818181. Windows color (decimal): -4883684 or 1866677. OLE color: 1866677.

HSL color Cylindrical-coordinate representation of color #B57B1C: hue angle of 37.25º degrees, saturation: 0.73, 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 #B57B1C is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 123 28 -
CMYK 0 0.32 0.85 0.29
HSL 37.25º 0.73% 0.41% -
HSV(B) 37.25º 0.85% 0.71% -
XYZ 26.35 24.07 4.36 -
YUV 129.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 181 123 28 0 0.32 0.85 0.29 37.25 0.73 0.41
Hex B5 7B 1C 0 20 55 1D 25 49 29
Octal 265 173 34 0 40 125 35 45 111 51
Binary 10110101 1111011 11100 0 100000 1010101 11101 100101 1001001 101001

Color Harmonies of #B57B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57B1C

Black with #B57B1C

Text Example


Text Example

White with #B57B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57B1C; }

 p { color: rgb(181,123,28); }

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

background-color css

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

 a { background-color: rgb(181,123,28); }

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

border-color css

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

 span { border-color: rgb(181,123,28); }

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