Html Css Color HEX #B9752B Pirate Gold

📋 copy color: '#B9752B'

red 185 ◦ green 117 ◦ blue 43

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

Shades of Pirate Gold #B9752B

Tints of Pirate Gold #B9752B

RGB

 RED value IS 185 (72.66% from 255) = 53.62%

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

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

R = 53.62%
G = 33.91%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9752B (or 0xB9752B) is known color: Pirate Gold. HEX triplet: B9, 75 and 2B. RGB value is (185,117,43). Sum of RGB (Red+Green+Blue) = 185+117+43=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9752B is #468AD4. Grayscale: #818181. Windows color (decimal): -4623061 or 2848185. OLE color: 2848185.

HSL color Cylindrical-coordinate representation of color #B9752B: hue angle of 31.27º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9752B is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 117 43 -
CMYK 0 0.37 0.77 0.27
HSL 31.27º 0.62% 0.45% -
HSV(B) 31.27º 0.77% 0.73% -
XYZ 26.8 23.21 5.35 -
YUV 128.9 79.53 168.02 -
System Red Green Blue C M Y K H S L
Decimal 185 117 43 0 0.37 0.77 0.27 31.27 0.62 0.45
Hex B9 75 2B 0 25 4D 1B 1F 3E 2D
Octal 271 165 53 0 45 115 33 37 76 55
Binary 10111001 1110101 101011 0 100101 1001101 11011 11111 111110 101101

Color Harmonies of #B9752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9752B

Black with #B9752B

Text Example


Text Example

White with #B9752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9752B; }

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

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

background-color css

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

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

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

border-color css

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

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

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