Html Css Color HEX #B27822 Pirate Gold

📋 copy color: '#B27822'

red 178 ◦ green 120 ◦ blue 34

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

Shades of Pirate Gold #B27822

Tints of Pirate Gold #B27822

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

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

R = 53.61%
G = 36.14%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B27822 (or 0xB27822) is known color: Pirate Gold. HEX triplet: B2, 78 and 22. RGB value is (178,120,34). Sum of RGB (Red+Green+Blue) = 178+120+34=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B27822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27822 is #4D87DD. Grayscale: #7F7F7F. Windows color (decimal): -5081054 or 2259122. OLE color: 2259122.

HSL color Cylindrical-coordinate representation of color #B27822: hue angle of 35.83º 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 #B27822 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 120 34 -
CMYK 0 0.33 0.81 0.30
HSL 35.83º 0.68% 0.42% -
HSV(B) 35.83º 0.81% 0.7% -
XYZ 25.37 23.01 4.62 -
YUV 127.54 75.22 163.99 -
System Red Green Blue C M Y K H S L
Decimal 178 120 34 0 0.33 0.81 0.30 35.83 0.68 0.42
Hex B2 78 22 0 21 51 1E 24 44 2A
Octal 262 170 42 0 41 121 36 44 104 52
Binary 10110010 1111000 100010 0 100001 1010001 11110 100100 1000100 101010

Color Harmonies of #B27822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27822

Black with #B27822

Text Example


Text Example

White with #B27822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27822; }

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

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

background-color css

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

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

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

border-color css

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

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

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