Html Css Color HEX #BB7B2F Pirate Gold

📋 copy color: '#BB7B2F'

red 187 ◦ green 123 ◦ blue 47

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

Shades of Pirate Gold #BB7B2F

Tints of Pirate Gold #BB7B2F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

 BLUE value IS 47 (18.75% from 255) = 13.17%

R = 52.38%
G = 34.45%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB7B2F (or 0xBB7B2F) is known color: Pirate Gold. HEX triplet: BB, 7B and 2F. RGB value is (187,123,47). Sum of RGB (Red+Green+Blue) = 187+123+47=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B2F is #4484D0. Grayscale: #858585. Windows color (decimal): -4490449 or 3111867. OLE color: 3111867.

HSL color Cylindrical-coordinate representation of color #BB7B2F: hue angle of 32.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB7B2F is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 123 47 -
CMYK 0 0.34 0.75 0.27
HSL 32.57º 0.6% 0.46% -
HSV(B) 32.57º 0.75% 0.73% -
XYZ 28.09 24.94 6.02 -
YUV 133.47 79.2 166.18 -
System Red Green Blue C M Y K H S L
Decimal 187 123 47 0 0.34 0.75 0.27 32.57 0.6 0.46
Hex BB 7B 2F 0 22 4B 1B 21 3C 2E
Octal 273 173 57 0 42 113 33 41 74 56
Binary 10111011 1111011 101111 0 100010 1001011 11011 100001 111100 101110

Color Harmonies of #BB7B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B2F

Black with #BB7B2F

Text Example


Text Example

White with #BB7B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B2F; }

 p { color: rgb(187,123,47); }

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

background-color css

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

 a { background-color: rgb(187,123,47); }

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

border-color css

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

 span { border-color: rgb(187,123,47); }

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