Html Css Color HEX #BB7B30 Pirate Gold

📋 copy color: '#BB7B30'

red 187 ◦ green 123 ◦ blue 48

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

Shades of Pirate Gold #BB7B30

Tints of Pirate Gold #BB7B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.41%

R = 52.23%
G = 34.36%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB7B30 (or 0xBB7B30) is known color: Pirate Gold. HEX triplet: BB, 7B and 30. RGB value is (187,123,48). Sum of RGB (Red+Green+Blue) = 187+123+48=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B30 is #4484CF. Grayscale: #858585. Windows color (decimal): -4490448 or 3177403. OLE color: 3177403.

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

Color convert

RGB 187 123 48 -
CMYK 0 0.34 0.74 0.27
HSL 32.37º 0.59% 0.46% -
HSV(B) 32.37º 0.74% 0.73% -
XYZ 28.11 24.94 6.13 -
YUV 133.59 79.7 166.1 -
System Red Green Blue C M Y K H S L
Decimal 187 123 48 0 0.34 0.74 0.27 32.37 0.59 0.46
Hex BB 7B 30 0 22 4A 1B 20 3B 2E
Octal 273 173 60 0 42 112 33 40 73 56
Binary 10111011 1111011 110000 0 100010 1001010 11011 100000 111011 101110

Color Harmonies of #BB7B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B30

Black with #BB7B30

Text Example


Text Example

White with #BB7B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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