Html Css Color HEX #B27725 Pirate Gold

📋 copy color: '#B27725'

red 178 ◦ green 119 ◦ blue 37

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

Shades of Pirate Gold #B27725

Tints of Pirate Gold #B27725

RGB

 RED value IS 178 (69.92% from 255) = 53.29%

 GREEN value IS 119 (46.88% from 255) = 35.63%

 BLUE value IS 37 (14.84% from 255) = 11.08%

R = 53.29%
G = 35.63%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B27725 (or 0xB27725) is known color: Pirate Gold. HEX triplet: B2, 77 and 25. RGB value is (178,119,37). Sum of RGB (Red+Green+Blue) = 178+119+37=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B27725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27725 is #4D88DA. Grayscale: #7F7F7F. Windows color (decimal): -5081307 or 2455474. OLE color: 2455474.

HSL color Cylindrical-coordinate representation of color #B27725: hue angle of 34.89º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B27725 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 119 37 -
CMYK 0 0.33 0.79 0.30
HSL 34.89º 0.66% 0.42% -
HSV(B) 34.89º 0.79% 0.7% -
XYZ 25.29 22.79 4.82 -
YUV 127.29 77.05 164.17 -
System Red Green Blue C M Y K H S L
Decimal 178 119 37 0 0.33 0.79 0.30 34.89 0.66 0.42
Hex B2 77 25 0 21 4F 1E 23 42 2A
Octal 262 167 45 0 41 117 36 43 102 52
Binary 10110010 1110111 100101 0 100001 1001111 11110 100011 1000010 101010

Color Harmonies of #B27725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27725

Black with #B27725

Text Example


Text Example

White with #B27725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27725; }

 p { color: rgb(178,119,37); }

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

background-color css

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

 a { background-color: rgb(178,119,37); }

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

border-color css

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

 span { border-color: rgb(178,119,37); }

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