Html Css Color HEX #B27422 Pirate Gold

📋 copy color: '#B27422'

red 178 ◦ green 116 ◦ blue 34

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

Shades of Pirate Gold #B27422

Tints of Pirate Gold #B27422

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.37%

 BLUE value IS 34 (13.67% from 255) = 10.37%

R = 54.27%
G = 35.37%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B27422 (or 0xB27422) is known color: Pirate Gold. HEX triplet: B2, 74 and 22. RGB value is (178,116,34). Sum of RGB (Red+Green+Blue) = 178+116+34=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B27422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27422 is #4D8BDD. Grayscale: #7D7D7D. Windows color (decimal): -5082078 or 2258098. OLE color: 2258098.

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

Color convert

RGB 178 116 34 -
CMYK 0 0.35 0.81 0.30
HSL 34.17º 0.68% 0.42% -
HSV(B) 34.17º 0.81% 0.7% -
XYZ 24.89 22.07 4.46 -
YUV 125.19 76.54 165.67 -
System Red Green Blue C M Y K H S L
Decimal 178 116 34 0 0.35 0.81 0.30 34.17 0.68 0.42
Hex B2 74 22 0 23 51 1E 22 44 2A
Octal 262 164 42 0 43 121 36 42 104 52
Binary 10110010 1110100 100010 0 100011 1010001 11110 100010 1000100 101010

Color Harmonies of #B27422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27422

Black with #B27422

Text Example


Text Example

White with #B27422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27422; }

 p { color: rgb(178,116,34); }

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

background-color css

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

 a { background-color: rgb(178,116,34); }

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

border-color css

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

 span { border-color: rgb(178,116,34); }

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