Html Css Color HEX #B27B1A Pirate Gold

📋 copy color: '#B27B1A'

red 178 ◦ green 123 ◦ blue 26

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

Shades of Pirate Gold #B27B1A

Tints of Pirate Gold #B27B1A

RGB

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

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

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

R = 54.43%
G = 37.61%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B27B1A (or 0xB27B1A) is known color: Pirate Gold. HEX triplet: B2, 7B and 1A. RGB value is (178,123,26). Sum of RGB (Red+Green+Blue) = 178+123+26=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27B1A is #4D84E5. Grayscale: #808080. Windows color (decimal): -5080294 or 1735602. OLE color: 1735602.

HSL color Cylindrical-coordinate representation of color #B27B1A: hue angle of 38.29º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B27B1A is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 123 26 -
CMYK 0 0.31 0.85 0.30
HSL 38.29º 0.75% 0.4% -
HSV(B) 38.29º 0.85% 0.7% -
XYZ 25.63 23.71 4.2 -
YUV 128.39 70.22 163.39 -
System Red Green Blue C M Y K H S L
Decimal 178 123 26 0 0.31 0.85 0.30 38.29 0.75 0.4
Hex B2 7B 1A 0 1F 55 1E 26 4B 28
Octal 262 173 32 0 37 125 36 46 113 50
Binary 10110010 1111011 11010 0 11111 1010101 11110 100110 1001011 101000

Color Harmonies of #B27B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B1A

Black with #B27B1A

Text Example


Text Example

White with #B27B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B1A; }

 p { color: rgb(178,123,26); }

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

background-color css

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

 a { background-color: rgb(178,123,26); }

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

border-color css

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

 span { border-color: rgb(178,123,26); }

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