Html Css Color HEX #BB8422 Pirate Gold

📋 copy color: '#BB8422'

red 187 ◦ green 132 ◦ blue 34

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

Shades of Pirate Gold #BB8422

Tints of Pirate Gold #BB8422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.39%

 BLUE value IS 34 (13.67% from 255) = 9.63%

R = 52.97%
G = 37.39%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB8422 (or 0xBB8422) is known color: Pirate Gold. HEX triplet: BB, 84 and 22. RGB value is (187,132,34). Sum of RGB (Red+Green+Blue) = 187+132+34=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8422 is #447BDD. Grayscale: #898989. Windows color (decimal): -4488158 or 2262203. OLE color: 2262203.

HSL color Cylindrical-coordinate representation of color #BB8422: hue angle of 38.43º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB8422 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 34 -
CMYK 0 0.29 0.82 0.27
HSL 38.43º 0.69% 0.43% -
HSV(B) 38.43º 0.82% 0.73% -
XYZ 29.03 27.18 5.23 -
YUV 137.27 69.72 163.47 -
System Red Green Blue C M Y K H S L
Decimal 187 132 34 0 0.29 0.82 0.27 38.43 0.69 0.43
Hex BB 84 22 0 1D 52 1B 26 45 2B
Octal 273 204 42 0 35 122 33 46 105 53
Binary 10111011 10000100 100010 0 11101 1010010 11011 100110 1000101 101011

Color Harmonies of #BB8422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8422

Black with #BB8422

Text Example


Text Example

White with #BB8422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8422; }

 p { color: rgb(187,132,34); }

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

background-color css

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

 a { background-color: rgb(187,132,34); }

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

border-color css

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

 span { border-color: rgb(187,132,34); }

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