Html Css Color HEX #BB811E Pirate Gold

📋 copy color: '#BB811E'

red 187 ◦ green 129 ◦ blue 30

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

Shades of Pirate Gold #BB811E

Tints of Pirate Gold #BB811E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.28%

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 54.05%
G = 37.28%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB811E (or 0xBB811E) is known color: Pirate Gold. HEX triplet: BB, 81 and 1E. RGB value is (187,129,30). Sum of RGB (Red+Green+Blue) = 187+129+30=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB811E is #447EE1. Grayscale: #878787. Windows color (decimal): -4488930 or 1999291. OLE color: 1999291.

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

Color convert

RGB 187 129 30 -
CMYK 0 0.31 0.84 0.27
HSL 37.83º 0.72% 0.43% -
HSV(B) 37.83º 0.84% 0.73% -
XYZ 28.58 26.36 4.81 -
YUV 135.06 68.72 165.05 -
System Red Green Blue C M Y K H S L
Decimal 187 129 30 0 0.31 0.84 0.27 37.83 0.72 0.43
Hex BB 81 1E 0 1F 54 1B 26 48 2B
Octal 273 201 36 0 37 124 33 46 110 53
Binary 10111011 10000001 11110 0 11111 1010100 11011 100110 1001000 101011

Color Harmonies of #BB811E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB811E

Black with #BB811E

Text Example


Text Example

White with #BB811E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB811E; }

 p { color: rgb(187,129,30); }

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

background-color css

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

 a { background-color: rgb(187,129,30); }

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

border-color css

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

 span { border-color: rgb(187,129,30); }

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