Html Css Color HEX #B77628 Pirate Gold

📋 copy color: '#B77628'

red 183 ◦ green 118 ◦ blue 40

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

Shades of Pirate Gold #B77628

Tints of Pirate Gold #B77628

RGB

 RED value IS 183 (71.88% from 255) = 53.67%

 GREEN value IS 118 (46.48% from 255) = 34.6%

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 53.67%
G = 34.6%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B77628 (or 0xB77628) is known color: Pirate Gold. HEX triplet: B7, 76 and 28. RGB value is (183,118,40). Sum of RGB (Red+Green+Blue) = 183+118+40=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B77628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77628 is #4889D7. Grayscale: #808080. Windows color (decimal): -4753880 or 2651831. OLE color: 2651831.

HSL color Cylindrical-coordinate representation of color #B77628: hue angle of 32.73º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B77628 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 118 40 -
CMYK 0 0.36 0.78 0.28
HSL 32.73º 0.64% 0.44% -
HSV(B) 32.73º 0.78% 0.72% -
XYZ 26.39 23.18 5.09 -
YUV 128.54 78.03 166.84 -
System Red Green Blue C M Y K H S L
Decimal 183 118 40 0 0.36 0.78 0.28 32.73 0.64 0.44
Hex B7 76 28 0 24 4E 1C 21 40 2C
Octal 267 166 50 0 44 116 34 41 100 54
Binary 10110111 1110110 101000 0 100100 1001110 11100 100001 1000000 101100

Color Harmonies of #B77628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77628

Black with #B77628

Text Example


Text Example

White with #B77628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77628; }

 p { color: rgb(183,118,40); }

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

background-color css

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

 a { background-color: rgb(183,118,40); }

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

border-color css

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

 span { border-color: rgb(183,118,40); }

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