Html Css Color HEX #BB762B Pirate Gold

📋 copy color: '#BB762B'

red 187 ◦ green 118 ◦ blue 43

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

Shades of Pirate Gold #BB762B

Tints of Pirate Gold #BB762B

RGB

 RED value IS 187 (73.44% from 255) = 53.74%

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

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

R = 53.74%
G = 33.91%
B = 12.36%

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

#BB762B (or 0xBB762B) is known color: Pirate Gold. HEX triplet: BB, 76 and 2B. RGB value is (187,118,43). Sum of RGB (Red+Green+Blue) = 187+118+43=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB762B is #4489D4. Grayscale: #828282. Windows color (decimal): -4491733 or 2848443. OLE color: 2848443.

HSL color Cylindrical-coordinate representation of color #BB762B: hue angle of 31.25º degrees, saturation: 0.63, 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 #BB762B is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 118 43 -
CMYK 0 0.37 0.77 0.27
HSL 31.25º 0.63% 0.45% -
HSV(B) 31.25º 0.77% 0.73% -
XYZ 27.41 23.7 5.41 -
YUV 130.08 78.86 168.6 -
System Red Green Blue C M Y K H S L
Decimal 187 118 43 0 0.37 0.77 0.27 31.25 0.63 0.45
Hex BB 76 2B 0 25 4D 1B 1F 3F 2D
Octal 273 166 53 0 45 115 33 37 77 55
Binary 10111011 1110110 101011 0 100101 1001101 11011 11111 111111 101101

Color Harmonies of #BB762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB762B

Black with #BB762B

Text Example


Text Example

White with #BB762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB762B; }

 p { color: rgb(187,118,43); }

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

background-color css

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

 a { background-color: rgb(187,118,43); }

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

border-color css

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

 span { border-color: rgb(187,118,43); }

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