Html Css Color HEX #BB9413 Buddha Gold

📋 copy color: '#BB9413'

red 187 ◦ green 148 ◦ blue 19

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

Shades of Buddha Gold #BB9413

Tints of Buddha Gold #BB9413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

 BLUE value IS 19 (7.81% from 255) = 5.37%

R = 52.82%
G = 41.81%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB9413 (or 0xBB9413) is known color: Buddha Gold. HEX triplet: BB, 94 and 13. RGB value is (187,148,19). Sum of RGB (Red+Green+Blue) = 187+148+19=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9413 is #446BEC. Grayscale: #919191. Windows color (decimal): -4484077 or 1283259. OLE color: 1283259.

HSL color Cylindrical-coordinate representation of color #BB9413: hue angle of 46.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB9413 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 148 19 -
CMYK 0 0.21 0.90 0.27
HSL 46.07º 0.82% 0.4% -
HSV(B) 46.07º 0.9% 0.73% -
XYZ 31.2 31.79 5.11 -
YUV 144.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 187 148 19 0 0.21 0.90 0.27 46.07 0.82 0.4
Hex BB 94 13 0 15 5A 1B 2E 52 28
Octal 273 224 23 0 25 132 33 56 122 50
Binary 10111011 10010100 10011 0 10101 1011010 11011 101110 1010010 101000

Color Harmonies of #BB9413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9413

Black with #BB9413

Text Example


Text Example

White with #BB9413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9413; }

 p { color: rgb(187,148,19); }

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

background-color css

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

 a { background-color: rgb(187,148,19); }

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

border-color css

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

 span { border-color: rgb(187,148,19); }

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