Html Css Color HEX #B27315 Pirate Gold

📋 copy color: '#B27315'

red 178 ◦ green 115 ◦ blue 21

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

Shades of Pirate Gold #B27315

Tints of Pirate Gold #B27315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 56.69%
G = 36.62%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B27315 (or 0xB27315) is known color: Pirate Gold. HEX triplet: B2, 73 and 15. RGB value is (178,115,21). Sum of RGB (Red+Green+Blue) = 178+115+21=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B27315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27315 is #4D8CEA. Grayscale: #7B7B7B. Windows color (decimal): -5082347 or 1405874. OLE color: 1405874.

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

Color convert

RGB 178 115 21 -
CMYK 0 0.35 0.88 0.30
HSL 35.92º 0.79% 0.39% -
HSV(B) 35.92º 0.88% 0.7% -
XYZ 24.63 21.78 3.62 -
YUV 123.12 70.37 167.14 -
System Red Green Blue C M Y K H S L
Decimal 178 115 21 0 0.35 0.88 0.30 35.92 0.79 0.39
Hex B2 73 15 0 23 58 1E 24 4F 27
Octal 262 163 25 0 43 130 36 44 117 47
Binary 10110010 1110011 10101 0 100011 1011000 11110 100100 1001111 100111

Color Harmonies of #B27315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27315

Black with #B27315

Text Example


Text Example

White with #B27315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27315; }

 p { color: rgb(178,115,21); }

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

background-color css

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

 a { background-color: rgb(178,115,21); }

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

border-color css

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

 span { border-color: rgb(178,115,21); }

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