Html Css Color HEX #B7752B Pirate Gold

📋 copy color: '#B7752B'

red 183 ◦ green 117 ◦ blue 43

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

Shades of Pirate Gold #B7752B

Tints of Pirate Gold #B7752B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 53.35%
G = 34.11%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7752B (or 0xB7752B) is known color: Pirate Gold. HEX triplet: B7, 75 and 2B. RGB value is (183,117,43). Sum of RGB (Red+Green+Blue) = 183+117+43=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7752B is #488AD4. Grayscale: #808080. Windows color (decimal): -4754133 or 2848183. OLE color: 2848183.

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

Color convert

RGB 183 117 43 -
CMYK 0 0.36 0.77 0.28
HSL 31.71º 0.62% 0.44% -
HSV(B) 31.71º 0.77% 0.72% -
XYZ 26.33 22.96 5.33 -
YUV 128.3 79.87 167.02 -
System Red Green Blue C M Y K H S L
Decimal 183 117 43 0 0.36 0.77 0.28 31.71 0.62 0.44
Hex B7 75 2B 0 24 4D 1C 20 3E 2C
Octal 267 165 53 0 44 115 34 40 76 54
Binary 10110111 1110101 101011 0 100100 1001101 11100 100000 111110 101100

Color Harmonies of #B7752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7752B

Black with #B7752B

Text Example


Text Example

White with #B7752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7752B; }

 p { color: rgb(183,117,43); }

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

background-color css

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

 a { background-color: rgb(183,117,43); }

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

border-color css

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

 span { border-color: rgb(183,117,43); }

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